#308769

Color #308769 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #308769

Tints of Viridian #308769

Color information

#308769 (or 0x308769) is unknown color: approx Viridian. HEX triplet: 30, 87 and 69. RGB value is (48,135,105). Sum of RGB (Red+Green+Blue) = 48+135+105=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 135 (53.12% from 255 or 46.88% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 135 - color contains mainly: green. Hex color #308769 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308769 is #CF7896. Grayscale: #696969. Windows color (decimal): -13596823 or 6915888. OLE color: 6915888.

HSL color Cylindrical-coordinate representation of color #308769: hue angle of 159.31º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308769 is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB48135105-
CMYK0.6400.220.47
HSL159.31º47.54%35.88%-
HSV(B)159.31º64.44%52.94%-
XYZ12.4318.9816.37-
YUV105.57127.6886.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 16.67%
GREEN value IS 135 (53.12% from 255) = 46.88%
BLUE value IS 105 (41.41% from 255) = 36.46%
R=16.67%
G=46.88%
B=36.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal481351050.6400.220.47159.3147.5435.88
Hex308769400162F9f3024
Octal60207151100026572376044
Binary110000100001111101001100000001011010111110011111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308769; }

 p { color: rgb(48,135,105); }

 H1.HeaderClassName
 {
   color: #308769;
 }
 .AnyTagClassName
 {
   color: #308769;
 }
</style>
background-color css

<style>
 a { background-color: #308769; }

 a { background-color: rgb(48,135,105); }

 div.DivClassName
 {
   background-color: #308769;
 }
 .BgClassName
 {
   background-color: #308769;
 }
</style>
border-color css

<style>
 span { border-color: #308769; }

 span { border-color: rgb(48,135,105); }

 td.TdClassName
 {
   border-color: #308769;
 }
 .TagClassName
 {
   border-color: #308769;
 }
</style>