Html Css Color HEX #3C3F21 Green Kelp

📋 copy color: '#3C3F21'

red 60 ◦ green 63 ◦ blue 33

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

Shades of Green Kelp #3C3F21

Tints of Green Kelp #3C3F21

RGB

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

 GREEN value IS 63 (25% from 255) = 40.38%

 BLUE value IS 33 (13.28% from 255) = 21.15%

R = 38.46%
G = 40.38%
B = 21.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#3C3F21 (or 0x3C3F21) is known color: Green Kelp. HEX triplet: 3C, 3F and 21. RGB value is (60,63,33). Sum of RGB (Red+Green+Blue) = 60+63+33=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 63 - color contains mainly: green. Hex color #3C3F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3F21 is #C3C0DE. Grayscale: #3A3A3A. Windows color (decimal): -12828895 or 2178876. OLE color: 2178876.

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

Color convert

RGB 60 63 33 -
CMYK 0.05 0 0.48 0.75
HSL 66º 0.31% 0.19% -
HSV(B) 66º 0.48% 0.25% -
XYZ 3.92 4.63 2.13 -
YUV 58.68 113.51 128.94 -
System Red Green Blue C M Y K H S L
Decimal 60 63 33 0.05 0 0.48 0.75 66 0.31 0.19
Hex 3C 3F 21 5 0 30 4B 42 1F 13
Octal 74 77 41 5 0 60 113 102 37 23
Binary 111100 111111 100001 101 0 110000 1001011 1000010 11111 10011

Color Harmonies of #3C3F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3F21

Black with #3C3F21

Text Example


Text Example

White with #3C3F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,63,33); }

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

background-color css

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

 a { background-color: rgb(60,63,33); }

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

border-color css

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

 span { border-color: rgb(60,63,33); }

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