Html Css Color HEX #42955B Chateau Green

📋 copy color: '#42955B'

red 66 ◦ green 149 ◦ blue 91

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

Shades of Chateau Green #42955B

Tints of Chateau Green #42955B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.69%

 BLUE value IS 91 (35.94% from 255) = 29.74%

R = 21.57%
G = 48.69%
B = 29.74%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#42955B (or 0x42955B) is known color: Chateau Green. HEX triplet: 42, 95 and 5B. RGB value is (66,149,91). Sum of RGB (Red+Green+Blue) = 66+149+91=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 149 (58.59% from 255 or 48.69% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 149 - color contains mainly: green. Hex color #42955B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42955B is #BD6AA4. Grayscale: #757575. Windows color (decimal): -12413605 or 6001986. OLE color: 6001986.

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

Color convert

RGB 66 149 91 -
CMYK 0.56 0 0.39 0.42
HSL 138.07º 0.39% 0.42% -
HSV(B) 138.07º 0.56% 0.58% -
XYZ 14.88 23.41 13.63 -
YUV 117.57 113 91.22 -
System Red Green Blue C M Y K H S L
Decimal 66 149 91 0.56 0 0.39 0.42 138.07 0.39 0.42
Hex 42 95 5B 38 0 27 2A 8A 27 2A
Octal 102 225 133 70 0 47 52 212 47 52
Binary 1000010 10010101 1011011 111000 0 100111 101010 10001010 100111 101010

Color Harmonies of #42955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42955B

Black with #42955B

Text Example


Text Example

White with #42955B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42955B; }

 p { color: rgb(66,149,91); }

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

background-color css

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

 a { background-color: rgb(66,149,91); }

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

border-color css

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

 span { border-color: rgb(66,149,91); }

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