Html Css Color HEX #3C4B2A Seaweed

📋 copy color: '#3C4B2A'

red 60 ◦ green 75 ◦ blue 42

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

Shades of Seaweed #3C4B2A

Tints of Seaweed #3C4B2A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 42.37%

 BLUE value IS 42 (16.8% from 255) = 23.73%

R = 33.9%
G = 42.37%
B = 23.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#3C4B2A (or 0x3C4B2A) is known color: Seaweed. HEX triplet: 3C, 4B and 2A. RGB value is (60,75,42). Sum of RGB (Red+Green+Blue) = 60+75+42=177 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.90% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 75 - color contains mainly: green. Hex color #3C4B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4B2A is #C3B4D5. Grayscale: #424242. Windows color (decimal): -12825814 or 2771772. OLE color: 2771772.

HSL color Cylindrical-coordinate representation of color #3C4B2A: hue angle of 87.27º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C4B2A is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB 60 75 42 -
CMYK 0.20 0 0.44 0.71
HSL 87.27º 0.28% 0.23% -
HSV(B) 87.27º 0.44% 0.29% -
XYZ 4.8 6.16 3.13 -
YUV 66.75 114.03 123.18 -
System Red Green Blue C M Y K H S L
Decimal 60 75 42 0.20 0 0.44 0.71 87.27 0.28 0.23
Hex 3C 4B 2A 14 0 2C 47 57 1C 17
Octal 74 113 52 24 0 54 107 127 34 27
Binary 111100 1001011 101010 10100 0 101100 1000111 1010111 11100 10111

Color Harmonies of #3C4B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4B2A

Black with #3C4B2A

Text Example


Text Example

White with #3C4B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,75,42); }

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

background-color css

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

 a { background-color: rgb(60,75,42); }

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

border-color css

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

 span { border-color: rgb(60,75,42); }

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