Html Css Color HEX #3A4029 Green Kelp

📋 copy color: '#3A4029'

red 58 ◦ green 64 ◦ blue 41

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

Shades of Green Kelp #3A4029

Tints of Green Kelp #3A4029

RGB

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

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

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

R = 35.58%
G = 39.26%
B = 25.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#3A4029 (or 0x3A4029) is known color: Green Kelp. HEX triplet: 3A, 40 and 29. RGB value is (58,64,41). Sum of RGB (Red+Green+Blue) = 58+64+41=163 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.58% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 64 - color contains mainly: green. Hex color #3A4029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4029 is #C5BFD6. Grayscale: #3B3B3B. Windows color (decimal): -12959703 or 2703418. OLE color: 2703418.

HSL color Cylindrical-coordinate representation of color #3A4029: hue angle of 75.65º 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 #3A4029 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB 58 64 41 -
CMYK 0.09 0 0.36 0.75
HSL 75.65º 0.22% 0.21% -
HSV(B) 75.65º 0.36% 0.25% -
XYZ 3.98 4.73 2.8 -
YUV 59.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 58 64 41 0.09 0 0.36 0.75 75.65 0.22 0.21
Hex 3A 40 29 9 0 24 4B 4C 16 15
Octal 72 100 51 11 0 44 113 114 26 25
Binary 111010 1000000 101001 1001 0 100100 1001011 1001100 10110 10101

Color Harmonies of #3A4029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4029

Black with #3A4029

Text Example


Text Example

White with #3A4029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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