Html Css Color HEX #419074 Viridian

📋 copy color: '#419074'

red 65 ◦ green 144 ◦ blue 116

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

Shades of Viridian #419074

Tints of Viridian #419074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.69%

R = 20%
G = 44.31%
B = 35.69%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#419074 (or 0x419074) is known color: Viridian. HEX triplet: 41, 90 and 74. RGB value is (65,144,116). Sum of RGB (Red+Green+Blue) = 65+144+116=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #419074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419074 is #BE6F8B. Grayscale: #757575. Windows color (decimal): -12480396 or 7639105. OLE color: 7639105.

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

Color convert

RGB 65 144 116 -
CMYK 0.55 0 0.19 0.44
HSL 158.73º 0.38% 0.41% -
HSV(B) 158.73º 0.55% 0.56% -
XYZ 15.31 22.33 20.03 -
YUV 117.19 127.33 90.78 -
System Red Green Blue C M Y K H S L
Decimal 65 144 116 0.55 0 0.19 0.44 158.73 0.38 0.41
Hex 41 90 74 37 0 13 2C 9F 26 29
Octal 101 220 164 67 0 23 54 237 46 51
Binary 1000001 10010000 1110100 110111 0 10011 101100 10011111 100110 101001

Color Harmonies of #419074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419074

Black with #419074

Text Example


Text Example

White with #419074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419074; }

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

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

background-color css

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

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

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

border-color css

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

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

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