Html Css Color HEX #418A71 Viridian

📋 copy color: '#418A71'

red 65 ◦ green 138 ◦ blue 113

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

Shades of Viridian #418A71

Tints of Viridian #418A71

RGB

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

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

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

R = 20.57%
G = 43.67%
B = 35.76%

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

#418A71 (or 0x418A71) is known color: Viridian. HEX triplet: 41, 8A and 71. RGB value is (65,138,113). Sum of RGB (Red+Green+Blue) = 65+138+113=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 138 - color contains mainly: green. Hex color #418A71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418A71 is #BE758E. Grayscale: #717171. Windows color (decimal): -12481935 or 7440961. OLE color: 7440961.

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

Color convert

RGB 65 138 113 -
CMYK 0.53 0 0.18 0.46
HSL 159.45º 0.36% 0.4% -
HSV(B) 159.45º 0.53% 0.54% -
XYZ 14.25 20.49 18.83 -
YUV 113.32 127.82 93.53 -
System Red Green Blue C M Y K H S L
Decimal 65 138 113 0.53 0 0.18 0.46 159.45 0.36 0.4
Hex 41 8A 71 35 0 12 2E 9F 24 28
Octal 101 212 161 65 0 22 56 237 44 50
Binary 1000001 10001010 1110001 110101 0 10010 101110 10011111 100100 101000

Color Harmonies of #418A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418A71

Black with #418A71

Text Example


Text Example

White with #418A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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