Html Css Color HEX #3C4225 Green Kelp

📋 copy color: '#3C4225'

red 60 ◦ green 66 ◦ blue 37

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

Shades of Green Kelp #3C4225

Tints of Green Kelp #3C4225

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.49%

 BLUE value IS 37 (14.84% from 255) = 22.7%

R = 36.81%
G = 40.49%
B = 22.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.74

RGB Variations

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

Color information

#3C4225 (or 0x3C4225) is known color: Green Kelp. HEX triplet: 3C, 42 and 25. RGB value is (60,66,37). Sum of RGB (Red+Green+Blue) = 60+66+37=163 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.81% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 66 - color contains mainly: green. Hex color #3C4225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4225 is #C3BDDA. Grayscale: #3D3D3D. Windows color (decimal): -12828123 or 2441788. OLE color: 2441788.

HSL color Cylindrical-coordinate representation of color #3C4225: hue angle of 72.41º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C4225 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.74.

Color convert

RGB 60 66 37 -
CMYK 0.09 0 0.44 0.74
HSL 72.41º 0.28% 0.2% -
HSV(B) 72.41º 0.44% 0.26% -
XYZ 4.15 4.99 2.5 -
YUV 60.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 60 66 37 0.09 0 0.44 0.74 72.41 0.28 0.2
Hex 3C 42 25 9 0 2C 4A 48 1C 14
Octal 74 102 45 11 0 54 112 110 34 24
Binary 111100 1000010 100101 1001 0 101100 1001010 1001000 11100 10100

Color Harmonies of #3C4225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4225

Black with #3C4225

Text Example


Text Example

White with #3C4225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,66,37); }

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

background-color css

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

 a { background-color: rgb(60,66,37); }

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

border-color css

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

 span { border-color: rgb(60,66,37); }

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