Html Css Color HEX #3C4029 Green Kelp

📋 copy color: '#3C4029'

red 60 ◦ green 64 ◦ blue 41

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

Shades of Green Kelp #3C4029

Tints of Green Kelp #3C4029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 24.85%

R = 36.36%
G = 38.79%
B = 24.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#3C4029 (or 0x3C4029) is known color: Green Kelp. HEX triplet: 3C, 40 and 29. RGB value is (60,64,41). Sum of RGB (Red+Green+Blue) = 60+64+41=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 64 - color contains mainly: green. Hex color #3C4029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4029 is #C3BFD6. Grayscale: #3C3C3C. Windows color (decimal): -12828631 or 2703420. OLE color: 2703420.

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

Color convert

RGB 60 64 41 -
CMYK 0.06 0 0.36 0.75
HSL 70.43º 0.22% 0.21% -
HSV(B) 70.43º 0.36% 0.25% -
XYZ 4.1 4.79 2.81 -
YUV 60.18 117.17 127.87 -
System Red Green Blue C M Y K H S L
Decimal 60 64 41 0.06 0 0.36 0.75 70.43 0.22 0.21
Hex 3C 40 29 6 0 24 4B 46 16 15
Octal 74 100 51 6 0 44 113 106 26 25
Binary 111100 1000000 101001 110 0 100100 1001011 1000110 10110 10101

Color Harmonies of #3C4029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4029

Black with #3C4029

Text Example


Text Example

White with #3C4029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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