Html Css Color HEX #3C482D Seaweed

📋 copy color: '#3C482D'

red 60 ◦ green 72 ◦ blue 45

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

Shades of Seaweed #3C482D

Tints of Seaweed #3C482D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.68%

 BLUE value IS 45 (17.97% from 255) = 25.42%

R = 33.9%
G = 40.68%
B = 25.42%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#3C482D (or 0x3C482D) is known color: Seaweed. HEX triplet: 3C, 48 and 2D. RGB value is (60,72,45). Sum of RGB (Red+Green+Blue) = 60+72+45=177 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.90% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 72 - color contains mainly: green. Hex color #3C482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C482D is #C3B7D2. Grayscale: #414141. Windows color (decimal): -12826579 or 2967612. OLE color: 2967612.

HSL color Cylindrical-coordinate representation of color #3C482D: hue angle of 86.67º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C482D is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 60 72 45 -
CMYK 0.17 0 0.38 0.72
HSL 86.67º 0.23% 0.23% -
HSV(B) 86.67º 0.38% 0.28% -
XYZ 4.65 5.78 3.35 -
YUV 65.33 116.52 124.2 -
System Red Green Blue C M Y K H S L
Decimal 60 72 45 0.17 0 0.38 0.72 86.67 0.23 0.23
Hex 3C 48 2D 11 0 26 48 57 17 17
Octal 74 110 55 21 0 46 110 127 27 27
Binary 111100 1001000 101101 10001 0 100110 1001000 1010111 10111 10111

Color Harmonies of #3C482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C482D

Black with #3C482D

Text Example


Text Example

White with #3C482D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,72,45); }

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

background-color css

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

 a { background-color: rgb(60,72,45); }

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

border-color css

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

 span { border-color: rgb(60,72,45); }

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