Html Css Color HEX #419070 Viridian

📋 copy color: '#419070'

red 65 ◦ green 144 ◦ blue 112

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

Shades of Viridian #419070

Tints of Viridian #419070

RGB

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

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

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

R = 20.25%
G = 44.86%
B = 34.89%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#419070 (or 0x419070) is known color: Viridian. HEX triplet: 41, 90 and 70. RGB value is (65,144,112). Sum of RGB (Red+Green+Blue) = 65+144+112=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 144 - color contains mainly: green. Hex color #419070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419070 is #BE6F8F. Grayscale: #747474. Windows color (decimal): -12480400 or 7376961. OLE color: 7376961.

HSL color Cylindrical-coordinate representation of color #419070: hue angle of 155.7º 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 #419070 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 144 112 -
CMYK 0.55 0 0.22 0.44
HSL 155.7º 0.38% 0.41% -
HSV(B) 155.7º 0.55% 0.56% -
XYZ 15.08 22.24 18.83 -
YUV 116.73 125.33 91.1 -
System Red Green Blue C M Y K H S L
Decimal 65 144 112 0.55 0 0.22 0.44 155.7 0.38 0.41
Hex 41 90 70 37 0 16 2C 9C 26 29
Octal 101 220 160 67 0 26 54 234 46 51
Binary 1000001 10010000 1110000 110111 0 10110 101100 10011100 100110 101001

Color Harmonies of #419070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419070

Black with #419070

Text Example


Text Example

White with #419070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419070; }

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

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

background-color css

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

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

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

border-color css

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

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

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