Html Css Color HEX #429C5D Chateau Green

📋 copy color: '#429C5D'

red 66 ◦ green 156 ◦ blue 93

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

Shades of Chateau Green #429C5D

Tints of Chateau Green #429C5D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 49.52%

 BLUE value IS 93 (36.72% from 255) = 29.52%

R = 20.95%
G = 49.52%
B = 29.52%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#429C5D (or 0x429C5D) is known color: Chateau Green. HEX triplet: 42, 9C and 5D. RGB value is (66,156,93). Sum of RGB (Red+Green+Blue) = 66+156+93=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 156 (61.33% from 255 or 49.52% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 156 - color contains mainly: green. Hex color #429C5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429C5D is #BD63A2. Grayscale: #7A7A7A. Windows color (decimal): -12411811 or 6134850. OLE color: 6134850.

HSL color Cylindrical-coordinate representation of color #429C5D: hue angle of 138º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429C5D is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 156 93 -
CMYK 0.58 0 0.40 0.39
HSL 138º 0.41% 0.44% -
HSV(B) 138º 0.58% 0.61% -
XYZ 16.11 25.73 14.47 -
YUV 121.91 111.68 88.12 -
System Red Green Blue C M Y K H S L
Decimal 66 156 93 0.58 0 0.40 0.39 138 0.41 0.44
Hex 42 9C 5D 3A 0 28 27 8A 29 2C
Octal 102 234 135 72 0 50 47 212 51 54
Binary 1000010 10011100 1011101 111010 0 101000 100111 10001010 101001 101100

Color Harmonies of #429C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429C5D

Black with #429C5D

Text Example


Text Example

White with #429C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429C5D; }

 p { color: rgb(66,156,93); }

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

background-color css

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

 a { background-color: rgb(66,156,93); }

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

border-color css

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

 span { border-color: rgb(66,156,93); }

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