Html Css Color HEX #4CA261 Chateau Green

📋 copy color: '#4CA261'

red 76 ◦ green 162 ◦ blue 97

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

Shades of Chateau Green #4CA261

Tints of Chateau Green #4CA261

RGB

 RED value IS 76 (30.08% from 255) = 22.69%

 GREEN value IS 162 (63.67% from 255) = 48.36%

 BLUE value IS 97 (38.28% from 255) = 28.96%

R = 22.69%
G = 48.36%
B = 28.96%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#4CA261 (or 0x4CA261) is known color: Chateau Green. HEX triplet: 4C, A2 and 61. RGB value is (76,162,97). Sum of RGB (Red+Green+Blue) = 76+162+97=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA261 is #B35D9E. Grayscale: #818181. Windows color (decimal): -11754911 or 6398540. OLE color: 6398540.

HSL color Cylindrical-coordinate representation of color #4CA261: hue angle of 134.65º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA261 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 76 162 97 -
CMYK 0.53 0 0.40 0.36
HSL 134.65º 0.36% 0.47% -
HSV(B) 134.65º 0.53% 0.64% -
XYZ 18.06 28.24 15.81 -
YUV 128.88 110.01 90.29 -
System Red Green Blue C M Y K H S L
Decimal 76 162 97 0.53 0 0.40 0.36 134.65 0.36 0.47
Hex 4C A2 61 35 0 28 24 87 24 2F
Octal 114 242 141 65 0 50 44 207 44 57
Binary 1001100 10100010 1100001 110101 0 101000 100100 10000111 100100 101111

Color Harmonies of #4CA261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA261

Black with #4CA261

Text Example


Text Example

White with #4CA261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CA261; }

 p { color: rgb(76,162,97); }

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

background-color css

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

 a { background-color: rgb(76,162,97); }

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

border-color css

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

 span { border-color: rgb(76,162,97); }

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