Html Css Color HEX #536F1F Green Leaf

📋 copy color: '#536F1F'

red 83 ◦ green 111 ◦ blue 31

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

Shades of Green Leaf #536F1F

Tints of Green Leaf #536F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.78%

R = 36.89%
G = 49.33%
B = 13.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#536F1F (or 0x536F1F) is known color: Green Leaf. HEX triplet: 53, 6F and 1F. RGB value is (83,111,31). Sum of RGB (Red+Green+Blue) = 83+111+31=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 111 (43.75% from 255 or 49.33% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 111 - color contains mainly: green. Hex color #536F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536F1F is #AC90E0. Grayscale: #5D5D5D. Windows color (decimal): -11309281 or 2060115. OLE color: 2060115.

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

Color convert

RGB 83 111 31 -
CMYK 0.25 0 0.72 0.56
HSL 81º 0.56% 0.28% -
HSV(B) 81º 0.72% 0.44% -
XYZ 9.5 13.31 3.36 -
YUV 93.51 92.72 120.5 -
System Red Green Blue C M Y K H S L
Decimal 83 111 31 0.25 0 0.72 0.56 81 0.56 0.28
Hex 53 6F 1F 19 0 48 38 51 38 1C
Octal 123 157 37 31 0 110 70 121 70 34
Binary 1010011 1101111 11111 11001 0 1001000 111000 1010001 111000 11100

Color Harmonies of #536F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536F1F

Black with #536F1F

Text Example


Text Example

White with #536F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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