Html Css Color HEX #3C482B Seaweed

📋 copy color: '#3C482B'

red 60 ◦ green 72 ◦ blue 43

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

Shades of Seaweed #3C482B

Tints of Seaweed #3C482B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.57%

R = 34.29%
G = 41.14%
B = 24.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#3C482B (or 0x3C482B) is known color: Seaweed. HEX triplet: 3C, 48 and 2B. RGB value is (60,72,43). Sum of RGB (Red+Green+Blue) = 60+72+43=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 72 - color contains mainly: green. Hex color #3C482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C482B is #C3B7D4. Grayscale: #414141. Windows color (decimal): -12826581 or 2836540. OLE color: 2836540.

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

Color convert

RGB 60 72 43 -
CMYK 0.17 0 0.40 0.72
HSL 84.83º 0.25% 0.23% -
HSV(B) 84.83º 0.4% 0.28% -
XYZ 4.62 5.77 3.16 -
YUV 65.11 115.52 124.36 -
System Red Green Blue C M Y K H S L
Decimal 60 72 43 0.17 0 0.40 0.72 84.83 0.25 0.23
Hex 3C 48 2B 11 0 28 48 55 19 17
Octal 74 110 53 21 0 50 110 125 31 27
Binary 111100 1001000 101011 10001 0 101000 1001000 1010101 11001 10111

Color Harmonies of #3C482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C482B

Black with #3C482B

Text Example


Text Example

White with #3C482B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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