Html Css Color HEX #536B3A Chalet Green

📋 copy color: '#536B3A'

red 83 ◦ green 107 ◦ blue 58

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

Shades of Chalet Green #536B3A

Tints of Chalet Green #536B3A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.15%

 BLUE value IS 58 (23.05% from 255) = 23.39%

R = 33.47%
G = 43.15%
B = 23.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#536B3A (or 0x536B3A) is known color: Chalet Green. HEX triplet: 53, 6B and 3A. RGB value is (83,107,58). Sum of RGB (Red+Green+Blue) = 83+107+58=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 107 - color contains mainly: green. Hex color #536B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536B3A is #AC94C5. Grayscale: #5E5E5E. Windows color (decimal): -11310278 or 3828563. OLE color: 3828563.

HSL color Cylindrical-coordinate representation of color #536B3A: hue angle of 89.39º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #536B3A is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 107 58 -
CMYK 0.22 0 0.46 0.58
HSL 89.39º 0.3% 0.32% -
HSV(B) 89.39º 0.46% 0.42% -
XYZ 9.59 12.66 5.94 -
YUV 94.24 107.55 119.98 -
System Red Green Blue C M Y K H S L
Decimal 83 107 58 0.22 0 0.46 0.58 89.39 0.3 0.32
Hex 53 6B 3A 16 0 2E 3A 59 1E 20
Octal 123 153 72 26 0 56 72 131 36 40
Binary 1010011 1101011 111010 10110 0 101110 111010 1011001 11110 100000

Color Harmonies of #536B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536B3A

Black with #536B3A

Text Example


Text Example

White with #536B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536B3A; }

 p { color: rgb(83,107,58); }

 H1.HeaderClassName
 {
   color: #536B3A;
 }
 .AnyTagClassName
 {
   color: #536B3A;
 }
</style>

background-color css

<style>
 a { background-color: #536B3A; }

 a { background-color: rgb(83,107,58); }

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

border-color css

<style>
 span { border-color: #536B3A; }

 span { border-color: rgb(83,107,58); }

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