Html Css Color HEX #3C4028 Green Kelp

📋 copy color: '#3C4028'

red 60 ◦ green 64 ◦ blue 40

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

Shades of Green Kelp #3C4028

Tints of Green Kelp #3C4028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 39.02%

 BLUE value IS 40 (16.02% from 255) = 24.39%

R = 36.59%
G = 39.02%
B = 24.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#3C4028 (or 0x3C4028) is known color: Green Kelp. HEX triplet: 3C, 40 and 28. RGB value is (60,64,40). Sum of RGB (Red+Green+Blue) = 60+64+40=164 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.59% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 64 - color contains mainly: green. Hex color #3C4028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4028 is #C3BFD7. Grayscale: #3C3C3C. Windows color (decimal): -12828632 or 2637884. OLE color: 2637884.

HSL color Cylindrical-coordinate representation of color #3C4028: hue angle of 70º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C4028 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB 60 64 40 -
CMYK 0.06 0 0.38 0.75
HSL 70º 0.23% 0.2% -
HSV(B) 70º 0.38% 0.25% -
XYZ 4.08 4.78 2.72 -
YUV 60.07 116.67 127.95 -
System Red Green Blue C M Y K H S L
Decimal 60 64 40 0.06 0 0.38 0.75 70 0.23 0.2
Hex 3C 40 28 6 0 26 4B 46 17 14
Octal 74 100 50 6 0 46 113 106 27 24
Binary 111100 1000000 101000 110 0 100110 1001011 1000110 10111 10100

Color Harmonies of #3C4028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4028

Black with #3C4028

Text Example


Text Example

White with #3C4028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,64,40); }

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

background-color css

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

 a { background-color: rgb(60,64,40); }

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

border-color css

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

 span { border-color: rgb(60,64,40); }

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