Html Css Color HEX #4BAF5E Chateau Green

📋 copy color: '#4BAF5E'

red 75 ◦ green 175 ◦ blue 94

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

Shades of Chateau Green #4BAF5E

Tints of Chateau Green #4BAF5E

RGB

 RED value IS 75 (29.69% from 255) = 21.8%

 GREEN value IS 175 (68.75% from 255) = 50.87%

 BLUE value IS 94 (37.11% from 255) = 27.33%

R = 21.8%
G = 50.87%
B = 27.33%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#4BAF5E (or 0x4BAF5E) is known color: Chateau Green. HEX triplet: 4B, AF and 5E. RGB value is (75,175,94). Sum of RGB (Red+Green+Blue) = 75+175+94=344 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.80% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAF5E is #B450A1. Grayscale: #888888. Windows color (decimal): -11817122 or 6205259. OLE color: 6205259.

HSL color Cylindrical-coordinate representation of color #4BAF5E: hue angle of 131.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAF5E is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 75 175 94 -
CMYK 0.57 0 0.46 0.31
HSL 131.4º 0.4% 0.49% -
HSV(B) 131.4º 0.57% 0.69% -
XYZ 20.25 32.96 15.88 -
YUV 135.87 104.37 84.59 -
System Red Green Blue C M Y K H S L
Decimal 75 175 94 0.57 0 0.46 0.31 131.4 0.4 0.49
Hex 4B AF 5E 39 0 2E 1F 83 28 31
Octal 113 257 136 71 0 56 37 203 50 61
Binary 1001011 10101111 1011110 111001 0 101110 11111 10000011 101000 110001

Color Harmonies of #4BAF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAF5E

Black with #4BAF5E

Text Example


Text Example

White with #4BAF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,175,94); }

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

background-color css

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

 a { background-color: rgb(75,175,94); }

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

border-color css

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

 span { border-color: rgb(75,175,94); }

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