Html Css Color HEX #418971 Viridian

📋 copy color: '#418971'

red 65 ◦ green 137 ◦ blue 113

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

Shades of Viridian #418971

Tints of Viridian #418971

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.49%

 BLUE value IS 113 (44.53% from 255) = 35.87%

R = 20.63%
G = 43.49%
B = 35.87%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#418971 (or 0x418971) is known color: Viridian. HEX triplet: 41, 89 and 71. RGB value is (65,137,113). Sum of RGB (Red+Green+Blue) = 65+137+113=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #418971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418971 is #BE768E. Grayscale: #707070. Windows color (decimal): -12482191 or 7440705. OLE color: 7440705.

HSL color Cylindrical-coordinate representation of color #418971: hue angle of 160º 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 #418971 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 137 113 -
CMYK 0.53 0 0.18 0.46
HSL 160º 0.36% 0.4% -
HSV(B) 160º 0.53% 0.54% -
XYZ 14.11 20.21 18.78 -
YUV 112.74 128.15 93.95 -
System Red Green Blue C M Y K H S L
Decimal 65 137 113 0.53 0 0.18 0.46 160 0.36 0.4
Hex 41 89 71 35 0 12 2E A0 24 28
Octal 101 211 161 65 0 22 56 240 44 50
Binary 1000001 10001001 1110001 110101 0 10010 101110 10100000 100100 101000

Color Harmonies of #418971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418971

Black with #418971

Text Example


Text Example

White with #418971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418971; }

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

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

background-color css

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

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

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

border-color css

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

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

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