Html Css Color HEX #418970 Viridian

📋 copy color: '#418970'

red 65 ◦ green 137 ◦ blue 112

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

Shades of Viridian #418970

Tints of Viridian #418970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.67%

R = 20.7%
G = 43.63%
B = 35.67%

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

#418970 (or 0x418970) is known color: Viridian. HEX triplet: 41, 89 and 70. RGB value is (65,137,112). Sum of RGB (Red+Green+Blue) = 65+137+112=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 137 - color contains mainly: green. Hex color #418970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418970 is #BE768F. Grayscale: #707070. Windows color (decimal): -12482192 or 7375169. OLE color: 7375169.

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

Color convert

RGB 65 137 112 -
CMYK 0.53 0 0.18 0.46
HSL 159.17º 0.36% 0.4% -
HSV(B) 159.17º 0.53% 0.54% -
XYZ 14.05 20.18 18.48 -
YUV 112.62 127.65 94.03 -
System Red Green Blue C M Y K H S L
Decimal 65 137 112 0.53 0 0.18 0.46 159.17 0.36 0.4
Hex 41 89 70 35 0 12 2E 9F 24 28
Octal 101 211 160 65 0 22 56 237 44 50
Binary 1000001 10001001 1110000 110101 0 10010 101110 10011111 100100 101000

Color Harmonies of #418970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418970

Black with #418970

Text Example


Text Example

White with #418970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418970; }

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

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

background-color css

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

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

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

border-color css

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

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

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