Html Css Color HEX #419472 Viridian

📋 copy color: '#419472'

red 65 ◦ green 148 ◦ blue 114

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

Shades of Viridian #419472

Tints of Viridian #419472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.26%

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

R = 19.88%
G = 45.26%
B = 34.86%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#419472 (or 0x419472) is known color: Viridian. HEX triplet: 41, 94 and 72. RGB value is (65,148,114). Sum of RGB (Red+Green+Blue) = 65+148+114=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #419472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419472 is #BE6B8D. Grayscale: #777777. Windows color (decimal): -12479374 or 7509057. OLE color: 7509057.

HSL color Cylindrical-coordinate representation of color #419472: hue angle of 155.42º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419472 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 148 114 -
CMYK 0.56 0 0.23 0.42
HSL 155.42º 0.39% 0.42% -
HSV(B) 155.42º 0.56% 0.58% -
XYZ 15.81 23.52 19.63 -
YUV 119.31 125 89.26 -
System Red Green Blue C M Y K H S L
Decimal 65 148 114 0.56 0 0.23 0.42 155.42 0.39 0.42
Hex 41 94 72 38 0 17 2A 9B 27 2A
Octal 101 224 162 70 0 27 52 233 47 52
Binary 1000001 10010100 1110010 111000 0 10111 101010 10011011 100111 101010

Color Harmonies of #419472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419472

Black with #419472

Text Example


Text Example

White with #419472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419472; }

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

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

background-color css

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

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

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

border-color css

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

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

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