Html Css Color HEX #5C6048 Woodland

📋 copy color: '#5C6048'

red 92 ◦ green 96 ◦ blue 72

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

Shades of Woodland #5C6048

Tints of Woodland #5C6048

RGB

 RED value IS 92 (36.33% from 255) = 35.38%

 GREEN value IS 96 (37.89% from 255) = 36.92%

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

R = 35.38%
G = 36.92%
B = 27.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#5C6048 (or 0x5C6048) is known color: Woodland. HEX triplet: 5C, 60 and 48. RGB value is (92,96,72). Sum of RGB (Red+Green+Blue) = 92+96+72=260 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.38% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 96 - color contains mainly: green. Hex color #5C6048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6048 is #A39FB7. Grayscale: #5C5C5C. Windows color (decimal): -10723256 or 4743260. OLE color: 4743260.

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

Color convert

RGB 92 96 72 -
CMYK 0.04 0 0.25 0.62
HSL 70º 0.14% 0.33% -
HSV(B) 70º 0.25% 0.38% -
XYZ 9.77 11.11 7.76 -
YUV 92.07 116.67 127.95 -
System Red Green Blue C M Y K H S L
Decimal 92 96 72 0.04 0 0.25 0.62 70 0.14 0.33
Hex 5C 60 48 4 0 19 3E 46 E 21
Octal 134 140 110 4 0 31 76 106 16 41
Binary 1011100 1100000 1001000 100 0 11001 111110 1000110 1110 100001

Color Harmonies of #5C6048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6048

Black with #5C6048

Text Example


Text Example

White with #5C6048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C6048; }

 p { color: rgb(92,96,72); }

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

background-color css

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

 a { background-color: rgb(92,96,72); }

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

border-color css

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

 span { border-color: rgb(92,96,72); }

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