Html Css Color HEX #485E43 Tom Thumb

📋 copy color: '#485E43'

red 72 ◦ green 94 ◦ blue 67

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

Shades of Tom Thumb #485E43

Tints of Tom Thumb #485E43

RGB

 RED value IS 72 (28.52% from 255) = 30.9%

 GREEN value IS 94 (37.11% from 255) = 40.34%

 BLUE value IS 67 (26.56% from 255) = 28.76%

R = 30.9%
G = 40.34%
B = 28.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.29

 K value IS 0.63

RGB Variations

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

Color information

#485E43 (or 0x485E43) is known color: Tom Thumb. HEX triplet: 48, 5E and 43. RGB value is (72,94,67). Sum of RGB (Red+Green+Blue) = 72+94+67=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 94 - color contains mainly: green. Hex color #485E43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485E43 is #B7A1BC. Grayscale: #545454. Windows color (decimal): -12034493 or 4415048. OLE color: 4415048.

HSL color Cylindrical-coordinate representation of color #485E43: hue angle of 108.89º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #485E43 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 94 67 -
CMYK 0.23 0 0.29 0.63
HSL 108.89º 0.17% 0.32% -
HSV(B) 108.89º 0.29% 0.37% -
XYZ 7.69 9.79 6.79 -
YUV 84.34 118.21 119.2 -
System Red Green Blue C M Y K H S L
Decimal 72 94 67 0.23 0 0.29 0.63 108.89 0.17 0.32
Hex 48 5E 43 17 0 1D 3F 6D 11 20
Octal 110 136 103 27 0 35 77 155 21 40
Binary 1001000 1011110 1000011 10111 0 11101 111111 1101101 10001 100000

Color Harmonies of #485E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485E43

Black with #485E43

Text Example


Text Example

White with #485E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485E43; }

 p { color: rgb(72,94,67); }

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

background-color css

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

 a { background-color: rgb(72,94,67); }

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

border-color css

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

 span { border-color: rgb(72,94,67); }

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