Html Css Color HEX #429858 Chateau Green

📋 copy color: '#429858'

red 66 ◦ green 152 ◦ blue 88

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

Shades of Chateau Green #429858

Tints of Chateau Green #429858

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.67%

 BLUE value IS 88 (34.77% from 255) = 28.76%

R = 21.57%
G = 49.67%
B = 28.76%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#429858 (or 0x429858) is known color: Chateau Green. HEX triplet: 42, 98 and 58. RGB value is (66,152,88). Sum of RGB (Red+Green+Blue) = 66+152+88=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #429858 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429858 is #BD67A7. Grayscale: #777777. Windows color (decimal): -12412840 or 5806146. OLE color: 5806146.

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

Color convert

RGB 66 152 88 -
CMYK 0.57 0 0.42 0.40
HSL 135.35º 0.39% 0.43% -
HSV(B) 135.35º 0.57% 0.6% -
XYZ 15.24 24.32 13.12 -
YUV 118.99 110.51 90.2 -
System Red Green Blue C M Y K H S L
Decimal 66 152 88 0.57 0 0.42 0.40 135.35 0.39 0.43
Hex 42 98 58 39 0 2A 28 87 27 2B
Octal 102 230 130 71 0 52 50 207 47 53
Binary 1000010 10011000 1011000 111001 0 101010 101000 10000111 100111 101011

Color Harmonies of #429858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429858

Black with #429858

Text Example


Text Example

White with #429858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429858; }

 p { color: rgb(66,152,88); }

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

background-color css

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

 a { background-color: rgb(66,152,88); }

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

border-color css

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

 span { border-color: rgb(66,152,88); }

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