#418867

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

Shades of Viridian #418867

Tints of Viridian #418867

Color information

#418867 (or 0x418867) is unknown color: approx Viridian. HEX triplet: 41, 88 and 67. RGB value is (65,136,103). Sum of RGB (Red+Green+Blue) = 65+136+103=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #418867 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418867 is #BE7798. Grayscale: #6F6F6F. Windows color (decimal): -12482457 or 6785089. OLE color: 6785089.

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

Color convert

RGB65136103-
CMYK0.5200.240.47
HSL152.11º35.32%39.41%-
HSV(B)152.11º52.21%53.33%-
XYZ13.4319.7115.93-
YUV111.01123.4895.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.38%
GREEN value IS 136 (53.52% from 255) = 44.74%
BLUE value IS 103 (40.62% from 255) = 33.88%
R=21.38%
G=44.74%
B=33.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651361030.5200.240.47152.1135.3239.41
Hex418867340182F982327
Octal10121014764030572304347
Binary100000110001000110011111010001100010111110011000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418867; }

 p { color: rgb(65,136,103); }

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

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

 a { background-color: rgb(65,136,103); }

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

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

 span { border-color: rgb(65,136,103); }

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