Html Css Color HEX #536F2E Green Leaf

📋 copy color: '#536F2E'

red 83 ◦ green 111 ◦ blue 46

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

Shades of Green Leaf #536F2E

Tints of Green Leaf #536F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.17%

R = 34.58%
G = 46.25%
B = 19.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#536F2E (or 0x536F2E) is known color: Green Leaf. HEX triplet: 53, 6F and 2E. RGB value is (83,111,46). Sum of RGB (Red+Green+Blue) = 83+111+46=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 111 - color contains mainly: green. Hex color #536F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536F2E is #AC90D1. Grayscale: #5F5F5F. Windows color (decimal): -11309266 or 3043155. OLE color: 3043155.

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

Color convert

RGB 83 111 46 -
CMYK 0.25 0 0.59 0.56
HSL 85.85º 0.41% 0.31% -
HSV(B) 85.85º 0.59% 0.44% -
XYZ 9.74 13.41 4.66 -
YUV 95.22 100.22 119.29 -
System Red Green Blue C M Y K H S L
Decimal 83 111 46 0.25 0 0.59 0.56 85.85 0.41 0.31
Hex 53 6F 2E 19 0 3B 38 56 29 1F
Octal 123 157 56 31 0 73 70 126 51 37
Binary 1010011 1101111 101110 11001 0 111011 111000 1010110 101001 11111

Color Harmonies of #536F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536F2E

Black with #536F2E

Text Example


Text Example

White with #536F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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