Html Css Color HEX #418478 Viridian

📋 copy color: '#418478'

red 65 ◦ green 132 ◦ blue 120

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

Shades of Viridian #418478

Tints of Viridian #418478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.64%

 BLUE value IS 120 (47.27% from 255) = 37.85%

R = 20.5%
G = 41.64%
B = 37.85%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#418478 (or 0x418478) is known color: Viridian. HEX triplet: 41, 84 and 78. RGB value is (65,132,120). Sum of RGB (Red+Green+Blue) = 65+132+120=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 132 - color contains mainly: green. Hex color #418478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418478 is #BE7B87. Grayscale: #6E6E6E. Windows color (decimal): -12483464 or 7898177. OLE color: 7898177.

HSL color Cylindrical-coordinate representation of color #418478: hue angle of 169.25º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #418478 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 132 120 -
CMYK 0.51 0 0.09 0.48
HSL 169.25º 0.34% 0.39% -
HSV(B) 169.25º 0.51% 0.52% -
XYZ 13.82 18.98 20.7 -
YUV 110.6 133.3 95.48 -
System Red Green Blue C M Y K H S L
Decimal 65 132 120 0.51 0 0.09 0.48 169.25 0.34 0.39
Hex 41 84 78 33 0 9 30 A9 22 27
Octal 101 204 170 63 0 11 60 251 42 47
Binary 1000001 10000100 1111000 110011 0 1001 110000 10101001 100010 100111

Color Harmonies of #418478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418478

Black with #418478

Text Example


Text Example

White with #418478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418478; }

 p { color: rgb(65,132,120); }

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

background-color css

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

 a { background-color: rgb(65,132,120); }

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

border-color css

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

 span { border-color: rgb(65,132,120); }

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