#418968

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

Shades of Viridian #418968

Tints of Viridian #418968

Color information

#418968 (or 0x418968) is unknown color: approx Viridian. HEX triplet: 41, 89 and 68. RGB value is (65,137,104). Sum of RGB (Red+Green+Blue) = 65+137+104=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #418968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418968 is #BE7697. Grayscale: #6F6F6F. Windows color (decimal): -12482200 or 6850881. OLE color: 6850881.

HSL color Cylindrical-coordinate representation of color #418968: hue angle of 152.5º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418968 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB65137104-
CMYK0.5300.240.46
HSL152.5º35.64%39.61%-
HSV(B)152.5º52.55%53.73%-
XYZ13.6220.0116.24-
YUV111.71123.6594.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.24%
GREEN value IS 137 (53.91% from 255) = 44.77%
BLUE value IS 104 (41.02% from 255) = 33.99%
R=21.24%
G=44.77%
B=33.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal651371040.5300.240.46152.535.6439.61
Hex418968350182E982428
Octal10121115065030562304450
Binary100000110001001110100011010101100010111010011000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418968; }

 p { color: rgb(65,137,104); }

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

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

 a { background-color: rgb(65,137,104); }

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

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

 span { border-color: rgb(65,137,104); }

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