Html Css Color HEX #538F5E Chateau Green

📋 copy color: '#538F5E'

red 83 ◦ green 143 ◦ blue 94

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

Shades of Chateau Green #538F5E

Tints of Chateau Green #538F5E

RGB

 RED value IS 83 (32.81% from 255) = 25.94%

 GREEN value IS 143 (56.25% from 255) = 44.69%

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

R = 25.94%
G = 44.69%
B = 29.38%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#538F5E (or 0x538F5E) is known color: Chateau Green. HEX triplet: 53, 8F and 5E. RGB value is (83,143,94). Sum of RGB (Red+Green+Blue) = 83+143+94=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 143 (56.25% from 255 or 44.69% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 143 - color contains mainly: green. Hex color #538F5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538F5E is #AC70A1. Grayscale: #777777. Windows color (decimal): -11301026 or 6197075. OLE color: 6197075.

HSL color Cylindrical-coordinate representation of color #538F5E: hue angle of 131º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538F5E is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 143 94 -
CMYK 0.42 0 0.34 0.44
HSL 131º 0.27% 0.44% -
HSV(B) 131º 0.42% 0.56% -
XYZ 15.41 22.29 14.08 -
YUV 119.47 113.62 101.98 -
System Red Green Blue C M Y K H S L
Decimal 83 143 94 0.42 0 0.34 0.44 131 0.27 0.44
Hex 53 8F 5E 2A 0 22 2C 83 1B 2C
Octal 123 217 136 52 0 42 54 203 33 54
Binary 1010011 10001111 1011110 101010 0 100010 101100 10000011 11011 101100

Color Harmonies of #538F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538F5E

Black with #538F5E

Text Example


Text Example

White with #538F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538F5E; }

 p { color: rgb(83,143,94); }

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

background-color css

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

 a { background-color: rgb(83,143,94); }

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

border-color css

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

 span { border-color: rgb(83,143,94); }

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