Html Css Color HEX #536248 Tom Thumb

📋 copy color: '#536248'

red 83 ◦ green 98 ◦ blue 72

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

Shades of Tom Thumb #536248

Tints of Tom Thumb #536248

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.74%

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

R = 32.81%
G = 38.74%
B = 28.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#536248 (or 0x536248) is known color: Tom Thumb. HEX triplet: 53, 62 and 48. RGB value is (83,98,72). Sum of RGB (Red+Green+Blue) = 83+98+72=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 98 - color contains mainly: green. Hex color #536248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536248 is #AC9DB7. Grayscale: #5A5A5A. Windows color (decimal): -11312568 or 4743763. OLE color: 4743763.

HSL color Cylindrical-coordinate representation of color #536248: hue angle of 94.62º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #536248 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 98 72 -
CMYK 0.15 0 0.27 0.62
HSL 94.62º 0.15% 0.33% -
HSV(B) 94.62º 0.27% 0.38% -
XYZ 9.1 11.04 7.78 -
YUV 90.55 117.53 122.61 -
System Red Green Blue C M Y K H S L
Decimal 83 98 72 0.15 0 0.27 0.62 94.62 0.15 0.33
Hex 53 62 48 F 0 1B 3E 5F F 21
Octal 123 142 110 17 0 33 76 137 17 41
Binary 1010011 1100010 1001000 1111 0 11011 111110 1011111 1111 100001

Color Harmonies of #536248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536248

Black with #536248

Text Example


Text Example

White with #536248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536248; }

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

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

background-color css

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

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

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

border-color css

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

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

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