Html Css Color HEX #419470 Viridian

📋 copy color: '#419470'

red 65 ◦ green 148 ◦ blue 112

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

Shades of Viridian #419470

Tints of Viridian #419470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.46%

R = 20%
G = 45.54%
B = 34.46%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#419470 (or 0x419470) is known color: Viridian. HEX triplet: 41, 94 and 70. RGB value is (65,148,112). Sum of RGB (Red+Green+Blue) = 65+148+112=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #419470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419470 is #BE6B8F. Grayscale: #777777. Windows color (decimal): -12479376 or 7377985. OLE color: 7377985.

HSL color Cylindrical-coordinate representation of color #419470: hue angle of 153.98º 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 #419470 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 148 112 -
CMYK 0.56 0 0.24 0.42
HSL 153.98º 0.39% 0.42% -
HSV(B) 153.98º 0.56% 0.58% -
XYZ 15.69 23.47 19.03 -
YUV 119.08 124 89.43 -
System Red Green Blue C M Y K H S L
Decimal 65 148 112 0.56 0 0.24 0.42 153.98 0.39 0.42
Hex 41 94 70 38 0 18 2A 9A 27 2A
Octal 101 224 160 70 0 30 52 232 47 52
Binary 1000001 10010100 1110000 111000 0 11000 101010 10011010 100111 101010

Color Harmonies of #419470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419470

Black with #419470

Text Example


Text Example

White with #419470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419470; }

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

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

background-color css

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

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

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

border-color css

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

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

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