Html Css Color HEX #429470 Viridian

📋 copy color: '#429470'

red 66 ◦ green 148 ◦ blue 112

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

Shades of Viridian #429470

Tints of Viridian #429470

RGB

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

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

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

R = 20.25%
G = 45.4%
B = 34.36%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#429470 (or 0x429470) is known color: Viridian. HEX triplet: 42, 94 and 70. RGB value is (66,148,112). Sum of RGB (Red+Green+Blue) = 66+148+112=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #429470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429470 is #BD6B8F. Grayscale: #777777. Windows color (decimal): -12413840 or 7377986. OLE color: 7377986.

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

Color convert

RGB 66 148 112 -
CMYK 0.55 0 0.24 0.42
HSL 153.66º 0.38% 0.42% -
HSV(B) 153.66º 0.55% 0.58% -
XYZ 15.76 23.51 19.04 -
YUV 119.38 123.83 89.93 -
System Red Green Blue C M Y K H S L
Decimal 66 148 112 0.55 0 0.24 0.42 153.66 0.38 0.42
Hex 42 94 70 37 0 18 2A 9A 26 2A
Octal 102 224 160 67 0 30 52 232 46 52
Binary 1000010 10010100 1110000 110111 0 11000 101010 10011010 100110 101010

Color Harmonies of #429470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429470

Black with #429470

Text Example


Text Example

White with #429470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429470; }

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

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

background-color css

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

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

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

border-color css

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

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

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