Html Css Color HEX #538F62 Chateau Green

📋 copy color: '#538F62'

red 83 ◦ green 143 ◦ blue 98

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

Shades of Chateau Green #538F62

Tints of Chateau Green #538F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.25%

R = 25.62%
G = 44.14%
B = 30.25%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#538F62 (or 0x538F62) is known color: Chateau Green. HEX triplet: 53, 8F and 62. RGB value is (83,143,98). Sum of RGB (Red+Green+Blue) = 83+143+98=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 143 - color contains mainly: green. Hex color #538F62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538F62 is #AC709D. Grayscale: #787878. Windows color (decimal): -11301022 or 6459219. OLE color: 6459219.

HSL color Cylindrical-coordinate representation of color #538F62: hue angle of 135º 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 #538F62 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 143 98 -
CMYK 0.42 0 0.31 0.44
HSL 135º 0.27% 0.44% -
HSV(B) 135º 0.42% 0.56% -
XYZ 15.59 22.37 15.05 -
YUV 119.93 115.62 101.66 -
System Red Green Blue C M Y K H S L
Decimal 83 143 98 0.42 0 0.31 0.44 135 0.27 0.44
Hex 53 8F 62 2A 0 1F 2C 87 1B 2C
Octal 123 217 142 52 0 37 54 207 33 54
Binary 1010011 10001111 1100010 101010 0 11111 101100 10000111 11011 101100

Color Harmonies of #538F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538F62

Black with #538F62

Text Example


Text Example

White with #538F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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