Html Css Color HEX #536F1E Green Leaf

📋 copy color: '#536F1E'

red 83 ◦ green 111 ◦ blue 30

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

Shades of Green Leaf #536F1E

Tints of Green Leaf #536F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.39%

R = 37.05%
G = 49.55%
B = 13.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#536F1E (or 0x536F1E) is known color: Green Leaf. HEX triplet: 53, 6F and 1E. RGB value is (83,111,30). Sum of RGB (Red+Green+Blue) = 83+111+30=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #536F1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536F1E is #AC90E1. Grayscale: #5D5D5D. Windows color (decimal): -11309282 or 1994579. OLE color: 1994579.

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

Color convert

RGB 83 111 30 -
CMYK 0.25 0 0.73 0.56
HSL 80.74º 0.57% 0.28% -
HSV(B) 80.74º 0.73% 0.44% -
XYZ 9.49 13.3 3.3 -
YUV 93.39 92.22 120.59 -
System Red Green Blue C M Y K H S L
Decimal 83 111 30 0.25 0 0.73 0.56 80.74 0.57 0.28
Hex 53 6F 1E 19 0 49 38 51 39 1C
Octal 123 157 36 31 0 111 70 121 71 34
Binary 1010011 1101111 11110 11001 0 1001001 111000 1010001 111001 11100

Color Harmonies of #536F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536F1E

Black with #536F1E

Text Example


Text Example

White with #536F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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