Html Css Color HEX #536948 Tom Thumb

📋 copy color: '#536948'

red 83 ◦ green 105 ◦ blue 72

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

Shades of Tom Thumb #536948

Tints of Tom Thumb #536948

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.38%

 BLUE value IS 72 (28.52% from 255) = 27.69%

R = 31.92%
G = 40.38%
B = 27.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#536948 (or 0x536948) is known color: Tom Thumb. HEX triplet: 53, 69 and 48. RGB value is (83,105,72). Sum of RGB (Red+Green+Blue) = 83+105+72=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 105 - color contains mainly: green. Hex color #536948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536948 is #AC96B7. Grayscale: #5E5E5E. Windows color (decimal): -11310776 or 4745555. OLE color: 4745555.

HSL color Cylindrical-coordinate representation of color #536948: hue angle of 100º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #536948 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 105 72 -
CMYK 0.21 0 0.31 0.59
HSL 100º 0.19% 0.35% -
HSV(B) 100º 0.31% 0.41% -
XYZ 9.79 12.41 8.01 -
YUV 94.66 115.21 119.68 -
System Red Green Blue C M Y K H S L
Decimal 83 105 72 0.21 0 0.31 0.59 100 0.19 0.35
Hex 53 69 48 15 0 1F 3B 64 13 23
Octal 123 151 110 25 0 37 73 144 23 43
Binary 1010011 1101001 1001000 10101 0 11111 111011 1100100 10011 100011

Color Harmonies of #536948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536948

Black with #536948

Text Example


Text Example

White with #536948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536948; }

 p { color: rgb(83,105,72); }

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

background-color css

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

 a { background-color: rgb(83,105,72); }

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

border-color css

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

 span { border-color: rgb(83,105,72); }

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