Html Css Color HEX #3C4C28 Seaweed

📋 copy color: '#3C4C28'

red 60 ◦ green 76 ◦ blue 40

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

Shades of Seaweed #3C4C28

Tints of Seaweed #3C4C28

RGB

 RED value IS 60 (23.83% from 255) = 34.09%

 GREEN value IS 76 (30.08% from 255) = 43.18%

 BLUE value IS 40 (16.02% from 255) = 22.73%

R = 34.09%
G = 43.18%
B = 22.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#3C4C28 (or 0x3C4C28) is known color: Seaweed. HEX triplet: 3C, 4C and 28. RGB value is (60,76,40). Sum of RGB (Red+Green+Blue) = 60+76+40=176 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.09% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 76 - color contains mainly: green. Hex color #3C4C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4C28 is #C3B3D7. Grayscale: #434343. Windows color (decimal): -12825560 or 2640956. OLE color: 2640956.

HSL color Cylindrical-coordinate representation of color #3C4C28: hue angle of 86.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C4C28 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB 60 76 40 -
CMYK 0.21 0 0.47 0.70
HSL 86.67º 0.31% 0.23% -
HSV(B) 86.67º 0.47% 0.3% -
XYZ 4.83 6.28 2.97 -
YUV 67.11 112.7 122.93 -
System Red Green Blue C M Y K H S L
Decimal 60 76 40 0.21 0 0.47 0.70 86.67 0.31 0.23
Hex 3C 4C 28 15 0 2F 46 57 1F 17
Octal 74 114 50 25 0 57 106 127 37 27
Binary 111100 1001100 101000 10101 0 101111 1000110 1010111 11111 10111

Color Harmonies of #3C4C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4C28

Black with #3C4C28

Text Example


Text Example

White with #3C4C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C4C28; }

 p { color: rgb(60,76,40); }

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

background-color css

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

 a { background-color: rgb(60,76,40); }

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

border-color css

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

 span { border-color: rgb(60,76,40); }

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