Html Css Color HEX #3C412C Green Kelp

📋 copy color: '#3C412C'

red 60 ◦ green 65 ◦ blue 44

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

Shades of Green Kelp #3C412C

Tints of Green Kelp #3C412C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.46%

 BLUE value IS 44 (17.58% from 255) = 26.04%

R = 35.5%
G = 38.46%
B = 26.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.75

RGB Variations

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

Color information

#3C412C (or 0x3C412C) is known color: Green Kelp. HEX triplet: 3C, 41 and 2C. RGB value is (60,65,44). Sum of RGB (Red+Green+Blue) = 60+65+44=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 65 - color contains mainly: green. Hex color #3C412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C412C is #C3BED3. Grayscale: #3D3D3D. Windows color (decimal): -12828372 or 2900284. OLE color: 2900284.

HSL color Cylindrical-coordinate representation of color #3C412C: hue angle of 74.29º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3C412C is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB 60 65 44 -
CMYK 0.08 0 0.32 0.75
HSL 74.29º 0.19% 0.21% -
HSV(B) 74.29º 0.32% 0.25% -
XYZ 4.21 4.92 3.11 -
YUV 61.11 118.34 127.21 -
System Red Green Blue C M Y K H S L
Decimal 60 65 44 0.08 0 0.32 0.75 74.29 0.19 0.21
Hex 3C 41 2C 8 0 20 4B 4A 13 15
Octal 74 101 54 10 0 40 113 112 23 25
Binary 111100 1000001 101100 1000 0 100000 1001011 1001010 10011 10101

Color Harmonies of #3C412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C412C

Black with #3C412C

Text Example


Text Example

White with #3C412C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,65,44); }

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

background-color css

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

 a { background-color: rgb(60,65,44); }

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

border-color css

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

 span { border-color: rgb(60,65,44); }

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