#308566

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

Shades of Viridian #308566

Tints of Viridian #308566

Color information

#308566 (or 0x308566) is unknown color: approx Viridian. HEX triplet: 30, 85 and 66. RGB value is (48,133,102). Sum of RGB (Red+Green+Blue) = 48+133+102=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #308566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308566 is #CF7A99. Grayscale: #686868. Windows color (decimal): -13597338 or 6718768. OLE color: 6718768.

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

Color convert

RGB48133102-
CMYK0.6400.230.48
HSL158.12º46.96%35.49%-
HSV(B)158.12º63.91%52.16%-
XYZ1218.3615.48-
YUV104.05126.8488.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.96%
GREEN value IS 133 (52.34% from 255) = 47.00%
BLUE value IS 102 (40.23% from 255) = 36.04%
R=16.96%
G=47.00%
B=36.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal481331020.6400.230.48158.1246.9635.49
Hex30856640017309e2f23
Octal60205146100027602365743
Binary110000100001011100110100000001011111000010011110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308566; }

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

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

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

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

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

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

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

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