Html Css Color HEX #418A70 Viridian

📋 copy color: '#418A70'

red 65 ◦ green 138 ◦ blue 112

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

Shades of Viridian #418A70

Tints of Viridian #418A70

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.81%

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

R = 20.63%
G = 43.81%
B = 35.56%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#418A70 (or 0x418A70) is known color: Viridian. HEX triplet: 41, 8A and 70. RGB value is (65,138,112). Sum of RGB (Red+Green+Blue) = 65+138+112=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 138 - color contains mainly: green. Hex color #418A70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418A70 is #BE758F. Grayscale: #717171. Windows color (decimal): -12481936 or 7375425. OLE color: 7375425.

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

Color convert

RGB 65 138 112 -
CMYK 0.53 0 0.19 0.46
HSL 158.63º 0.36% 0.4% -
HSV(B) 158.63º 0.53% 0.54% -
XYZ 14.19 20.47 18.53 -
YUV 113.21 127.32 93.61 -
System Red Green Blue C M Y K H S L
Decimal 65 138 112 0.53 0 0.19 0.46 158.63 0.36 0.4
Hex 41 8A 70 35 0 13 2E 9F 24 28
Octal 101 212 160 65 0 23 56 237 44 50
Binary 1000001 10001010 1110000 110101 0 10011 101110 10011111 100100 101000

Color Harmonies of #418A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418A70

Black with #418A70

Text Example


Text Example

White with #418A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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