#308366

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

Shades of Viridian #308366

Tints of Viridian #308366

Color information

#308366 (or 0x308366) is unknown color: approx Viridian. HEX triplet: 30, 83 and 66. RGB value is (48,131,102). Sum of RGB (Red+Green+Blue) = 48+131+102=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 131 - color contains mainly: green. Hex color #308366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308366 is #CF7C99. Grayscale: #666666. Windows color (decimal): -13597850 or 6718256. OLE color: 6718256.

HSL color Cylindrical-coordinate representation of color #308366: hue angle of 159.04º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308366 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB48131102-
CMYK0.6300.220.49
HSL159.04º46.37%35.1%-
HSV(B)159.04º63.36%51.37%-
XYZ11.7317.8215.39-
YUV102.88127.588.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.08%
GREEN value IS 131 (51.56% from 255) = 46.62%
BLUE value IS 102 (40.23% from 255) = 36.30%
R=17.08%
G=46.62%
B=36.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481311020.6300.220.49159.0446.3735.1
Hex3083663F016319f2e23
Octal6020314677026612375643
Binary11000010000011110011011111101011011000110011111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308366; }

 p { color: rgb(48,131,102); }

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

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

 a { background-color: rgb(48,131,102); }

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

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

 span { border-color: rgb(48,131,102); }

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