Html Css Color HEX #3C4C26 Seaweed

📋 copy color: '#3C4C26'

red 60 ◦ green 76 ◦ blue 38

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

Shades of Seaweed #3C4C26

Tints of Seaweed #3C4C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.84%

R = 34.48%
G = 43.68%
B = 21.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.5

 K value IS 0.70

RGB Variations

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

Color information

#3C4C26 (or 0x3C4C26) is known color: Seaweed. HEX triplet: 3C, 4C and 26. RGB value is (60,76,38). Sum of RGB (Red+Green+Blue) = 60+76+38=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 76 - color contains mainly: green. Hex color #3C4C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4C26 is #C3B3D9. Grayscale: #434343. Windows color (decimal): -12825562 or 2509884. OLE color: 2509884.

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

Color convert

RGB 60 76 38 -
CMYK 0.21 0 0.5 0.70
HSL 85.26º 0.33% 0.22% -
HSV(B) 85.26º 0.5% 0.3% -
XYZ 4.8 6.27 2.79 -
YUV 66.88 111.7 123.09 -
System Red Green Blue C M Y K H S L
Decimal 60 76 38 0.21 0 0.5 0.70 85.26 0.33 0.22
Hex 3C 4C 26 15 0 32 46 55 21 16
Octal 74 114 46 25 0 62 106 125 41 26
Binary 111100 1001100 100110 10101 0 110010 1000110 1010101 100001 10110

Color Harmonies of #3C4C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4C26

Black with #3C4C26

Text Example


Text Example

White with #3C4C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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