Html Css Color HEX #536F34 Green Leaf

📋 copy color: '#536F34'

red 83 ◦ green 111 ◦ blue 52

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

Shades of Green Leaf #536F34

Tints of Green Leaf #536F34

RGB

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

 GREEN value IS 111 (43.75% from 255) = 45.12%

 BLUE value IS 52 (20.7% from 255) = 21.14%

R = 33.74%
G = 45.12%
B = 21.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#536F34 (or 0x536F34) is known color: Green Leaf. HEX triplet: 53, 6F and 34. RGB value is (83,111,52). Sum of RGB (Red+Green+Blue) = 83+111+52=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 111 - color contains mainly: green. Hex color #536F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536F34 is #AC90CB. Grayscale: #606060. Windows color (decimal): -11309260 or 3436371. OLE color: 3436371.

HSL color Cylindrical-coordinate representation of color #536F34: hue angle of 88.47º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #536F34 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 111 52 -
CMYK 0.25 0 0.53 0.56
HSL 88.47º 0.36% 0.32% -
HSV(B) 88.47º 0.53% 0.44% -
XYZ 9.87 13.46 5.33 -
YUV 95.9 103.22 118.8 -
System Red Green Blue C M Y K H S L
Decimal 83 111 52 0.25 0 0.53 0.56 88.47 0.36 0.32
Hex 53 6F 34 19 0 35 38 58 24 20
Octal 123 157 64 31 0 65 70 130 44 40
Binary 1010011 1101111 110100 11001 0 110101 111000 1011000 100100 100000

Color Harmonies of #536F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536F34

Black with #536F34

Text Example


Text Example

White with #536F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,111,52); }

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

background-color css

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

 a { background-color: rgb(83,111,52); }

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

border-color css

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

 span { border-color: rgb(83,111,52); }

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