Html Css Color HEX #3A4224 Green Kelp

📋 copy color: '#3A4224'

red 58 ◦ green 66 ◦ blue 36

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

Shades of Green Kelp #3A4224

Tints of Green Kelp #3A4224

RGB

 RED value IS 58 (23.05% from 255) = 36.25%

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

 BLUE value IS 36 (14.45% from 255) = 22.5%

R = 36.25%
G = 41.25%
B = 22.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.74

RGB Variations

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

Color information

#3A4224 (or 0x3A4224) is known color: Green Kelp. HEX triplet: 3A, 42 and 24. RGB value is (58,66,36). Sum of RGB (Red+Green+Blue) = 58+66+36=160 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.25% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 66 - color contains mainly: green. Hex color #3A4224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4224 is #C5BDDB. Grayscale: #3C3C3C. Windows color (decimal): -12959196 or 2376250. OLE color: 2376250.

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

Color convert

RGB 58 66 36 -
CMYK 0.12 0 0.45 0.74
HSL 76º 0.29% 0.2% -
HSV(B) 76º 0.45% 0.26% -
XYZ 4.01 4.92 2.41 -
YUV 60.19 114.35 126.44 -
System Red Green Blue C M Y K H S L
Decimal 58 66 36 0.12 0 0.45 0.74 76 0.29 0.2
Hex 3A 42 24 C 0 2D 4A 4C 1D 14
Octal 72 102 44 14 0 55 112 114 35 24
Binary 111010 1000010 100100 1100 0 101101 1001010 1001100 11101 10100

Color Harmonies of #3A4224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4224

Black with #3A4224

Text Example


Text Example

White with #3A4224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,66,36); }

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

background-color css

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

 a { background-color: rgb(58,66,36); }

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

border-color css

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

 span { border-color: rgb(58,66,36); }

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