Html Css Color HEX #419072 Viridian

📋 copy color: '#419072'

red 65 ◦ green 144 ◦ blue 114

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

Shades of Viridian #419072

Tints of Viridian #419072

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.58%

 BLUE value IS 114 (44.92% from 255) = 35.29%

R = 20.12%
G = 44.58%
B = 35.29%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#419072 (or 0x419072) is known color: Viridian. HEX triplet: 41, 90 and 72. RGB value is (65,144,114). Sum of RGB (Red+Green+Blue) = 65+144+114=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 144 - color contains mainly: green. Hex color #419072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419072 is #BE6F8D. Grayscale: #757575. Windows color (decimal): -12480398 or 7508033. OLE color: 7508033.

HSL color Cylindrical-coordinate representation of color #419072: hue angle of 157.22º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419072 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 144 114 -
CMYK 0.55 0 0.21 0.44
HSL 157.22º 0.38% 0.41% -
HSV(B) 157.22º 0.55% 0.56% -
XYZ 15.19 22.29 19.42 -
YUV 116.96 126.33 90.94 -
System Red Green Blue C M Y K H S L
Decimal 65 144 114 0.55 0 0.21 0.44 157.22 0.38 0.41
Hex 41 90 72 37 0 15 2C 9D 26 29
Octal 101 220 162 67 0 25 54 235 46 51
Binary 1000001 10010000 1110010 110111 0 10101 101100 10011101 100110 101001

Color Harmonies of #419072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419072

Black with #419072

Text Example


Text Example

White with #419072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419072; }

 p { color: rgb(65,144,114); }

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

background-color css

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

 a { background-color: rgb(65,144,114); }

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

border-color css

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

 span { border-color: rgb(65,144,114); }

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