Html Css Color HEX #429074 Viridian

📋 copy color: '#429074'

red 66 ◦ green 144 ◦ blue 116

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

Shades of Viridian #429074

Tints of Viridian #429074

RGB

 RED value IS 66 (26.17% from 255) = 20.25%

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

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

R = 20.25%
G = 44.17%
B = 35.58%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#429074 (or 0x429074) is known color: Viridian. HEX triplet: 42, 90 and 74. RGB value is (66,144,116). Sum of RGB (Red+Green+Blue) = 66+144+116=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #429074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429074 is #BD6F8B. Grayscale: #757575. Windows color (decimal): -12414860 or 7639106. OLE color: 7639106.

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

Color convert

RGB 66 144 116 -
CMYK 0.54 0 0.19 0.44
HSL 158.46º 0.37% 0.41% -
HSV(B) 158.46º 0.54% 0.56% -
XYZ 15.37 22.37 20.03 -
YUV 117.49 127.16 91.28 -
System Red Green Blue C M Y K H S L
Decimal 66 144 116 0.54 0 0.19 0.44 158.46 0.37 0.41
Hex 42 90 74 36 0 13 2C 9E 25 29
Octal 102 220 164 66 0 23 54 236 45 51
Binary 1000010 10010000 1110100 110110 0 10011 101100 10011110 100101 101001

Color Harmonies of #429074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429074

Black with #429074

Text Example


Text Example

White with #429074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429074; }

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

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

background-color css

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

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

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

border-color css

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

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

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