#308766

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

Shades of Viridian #308766

Tints of Viridian #308766

Color information

#308766 (or 0x308766) is unknown color: approx Viridian. HEX triplet: 30, 87 and 66. RGB value is (48,135,102). Sum of RGB (Red+Green+Blue) = 48+135+102=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #308766 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308766 is #CF7899. Grayscale: #696969. Windows color (decimal): -13596826 or 6719280. OLE color: 6719280.

HSL color Cylindrical-coordinate representation of color #308766: hue angle of 157.24º 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 #308766 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB48135102-
CMYK0.6400.240.47
HSL157.24º47.54%35.88%-
HSV(B)157.24º64.44%52.94%-
XYZ12.2818.9215.57-
YUV105.22126.1887.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.84%
GREEN value IS 135 (53.12% from 255) = 47.37%
BLUE value IS 102 (40.23% from 255) = 35.79%
R=16.84%
G=47.37%
B=35.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal481351020.6400.240.47157.2447.5435.88
Hex308766400182F9d3024
Octal60207146100030572356044
Binary110000100001111100110100000001100010111110011101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308766; }

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

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

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

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

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

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

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

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