Html Css Color HEX #418977 Viridian

📋 copy color: '#418977'

red 65 ◦ green 137 ◦ blue 119

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

Shades of Viridian #418977

Tints of Viridian #418977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.07%

R = 20.25%
G = 42.68%
B = 37.07%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#418977 (or 0x418977) is known color: Viridian. HEX triplet: 41, 89 and 77. RGB value is (65,137,119). Sum of RGB (Red+Green+Blue) = 65+137+119=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #418977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418977 is #BE7688. Grayscale: #717171. Windows color (decimal): -12482185 or 7833921. OLE color: 7833921.

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

Color convert

RGB 65 137 119 -
CMYK 0.53 0 0.13 0.46
HSL 165º 0.36% 0.4% -
HSV(B) 165º 0.53% 0.54% -
XYZ 14.46 20.35 20.62 -
YUV 113.42 131.15 93.46 -
System Red Green Blue C M Y K H S L
Decimal 65 137 119 0.53 0 0.13 0.46 165 0.36 0.4
Hex 41 89 77 35 0 D 2E A5 24 28
Octal 101 211 167 65 0 15 56 245 44 50
Binary 1000001 10001001 1110111 110101 0 1101 101110 10100101 100100 101000

Color Harmonies of #418977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418977

Black with #418977

Text Example


Text Example

White with #418977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418977; }

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

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

background-color css

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

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

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

border-color css

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

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

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