Html Css Color HEX #3A4126 Green Kelp

📋 copy color: '#3A4126'

red 58 ◦ green 65 ◦ blue 38

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

Shades of Green Kelp #3A4126

Tints of Green Kelp #3A4126

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.37%

 BLUE value IS 38 (15.23% from 255) = 23.6%

R = 36.02%
G = 40.37%
B = 23.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#3A4126 (or 0x3A4126) is known color: Green Kelp. HEX triplet: 3A, 41 and 26. RGB value is (58,65,38). Sum of RGB (Red+Green+Blue) = 58+65+38=161 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.02% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 65 - color contains mainly: green. Hex color #3A4126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4126 is #C5BED9. Grayscale: #3B3B3B. Windows color (decimal): -12959450 or 2507066. OLE color: 2507066.

HSL color Cylindrical-coordinate representation of color #3A4126: hue angle of 75.56º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3A4126 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB 58 65 38 -
CMYK 0.11 0 0.42 0.75
HSL 75.56º 0.26% 0.2% -
HSV(B) 75.56º 0.42% 0.25% -
XYZ 3.99 4.82 2.55 -
YUV 59.83 115.68 126.7 -
System Red Green Blue C M Y K H S L
Decimal 58 65 38 0.11 0 0.42 0.75 75.56 0.26 0.2
Hex 3A 41 26 B 0 2A 4B 4C 1A 14
Octal 72 101 46 13 0 52 113 114 32 24
Binary 111010 1000001 100110 1011 0 101010 1001011 1001100 11010 10100

Color Harmonies of #3A4126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4126

Black with #3A4126

Text Example


Text Example

White with #3A4126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,65,38); }

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

background-color css

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

 a { background-color: rgb(58,65,38); }

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

border-color css

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

 span { border-color: rgb(58,65,38); }

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