#308264

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

Shades of Viridian #308264

Tints of Viridian #308264

Color information

#308264 (or 0x308264) is unknown color: approx Viridian. HEX triplet: 30, 82 and 64. RGB value is (48,130,100). Sum of RGB (Red+Green+Blue) = 48+130+100=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #308264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308264 is #CF7D9B. Grayscale: #666666. Windows color (decimal): -13598108 or 6586928. OLE color: 6586928.

HSL color Cylindrical-coordinate representation of color #308264: hue angle of 158.05º 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 #308264 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB48130100-
CMYK0.6300.230.49
HSL158.05º46.07%34.9%-
HSV(B)158.05º63.08%50.98%-
XYZ11.517.5114.83-
YUV102.06126.8389.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.27%
GREEN value IS 130 (51.17% from 255) = 46.76%
BLUE value IS 100 (39.45% from 255) = 35.97%
R=17.27%
G=46.76%
B=35.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481301000.6300.230.49158.0546.0734.9
Hex3082643F017319e2e23
Octal6020214477027612365643
Binary11000010000010110010011111101011111000110011110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308264; }

 p { color: rgb(48,130,100); }

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

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

 a { background-color: rgb(48,130,100); }

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

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

 span { border-color: rgb(48,130,100); }

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