Html Css Color HEX #418872 Viridian

📋 copy color: '#418872'

red 65 ◦ green 136 ◦ blue 114

#418872
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #418872

Tints of Viridian #418872

RGB

 RED value IS 65 (25.78% from 255) = 20.63%

 GREEN value IS 136 (53.52% from 255) = 43.17%

 BLUE value IS 114 (44.92% from 255) = 36.19%

R = 20.63%
G = 43.17%
B = 36.19%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#418872 (or 0x418872) is known color: Viridian. HEX triplet: 41, 88 and 72. RGB value is (65,136,114). Sum of RGB (Red+Green+Blue) = 65+136+114=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #418872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418872 is #BE778D. Grayscale: #707070. Windows color (decimal): -12482446 or 7505985. OLE color: 7505985.

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

Color convert

RGB 65 136 114 -
CMYK 0.52 0 0.16 0.47
HSL 161.41º 0.35% 0.39% -
HSV(B) 161.41º 0.52% 0.53% -
XYZ 14.02 19.95 19.03 -
YUV 112.26 128.98 94.29 -
System Red Green Blue C M Y K H S L
Decimal 65 136 114 0.52 0 0.16 0.47 161.41 0.35 0.39
Hex 41 88 72 34 0 10 2F A1 23 27
Octal 101 210 162 64 0 20 57 241 43 47
Binary 1000001 10001000 1110010 110100 0 10000 101111 10100001 100011 100111

Color Harmonies of #418872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418872

Black with #418872

Text Example


Text Example

White with #418872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418872; }

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

 H1.HeaderClassName
 {
   color: #418872;
 }
 .AnyTagClassName
 {
   color: #418872;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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