Html Css Color HEX #429275 Viridian

📋 copy color: '#429275'

red 66 ◦ green 146 ◦ blue 117

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

Shades of Viridian #429275

Tints of Viridian #429275

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.38%

 BLUE value IS 117 (46.09% from 255) = 35.56%

R = 20.06%
G = 44.38%
B = 35.56%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#429275 (or 0x429275) is known color: Viridian. HEX triplet: 42, 92 and 75. RGB value is (66,146,117). Sum of RGB (Red+Green+Blue) = 66+146+117=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #429275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429275 is #BD6D8A. Grayscale: #767676. Windows color (decimal): -12414347 or 7705154. OLE color: 7705154.

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

Color convert

RGB 66 146 117 -
CMYK 0.55 0 0.20 0.43
HSL 158.25º 0.38% 0.42% -
HSV(B) 158.25º 0.55% 0.57% -
XYZ 15.74 23 20.44 -
YUV 118.77 127 90.36 -
System Red Green Blue C M Y K H S L
Decimal 66 146 117 0.55 0 0.20 0.43 158.25 0.38 0.42
Hex 42 92 75 37 0 14 2B 9E 26 2A
Octal 102 222 165 67 0 24 53 236 46 52
Binary 1000010 10010010 1110101 110111 0 10100 101011 10011110 100110 101010

Color Harmonies of #429275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429275

Black with #429275

Text Example


Text Example

White with #429275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429275; }

 p { color: rgb(66,146,117); }

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

background-color css

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

 a { background-color: rgb(66,146,117); }

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

border-color css

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

 span { border-color: rgb(66,146,117); }

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