#3A441E

Color #3A441E Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #3A441E

Tints of Turtle Green #3A441E

Color information

#3A441E (or 0x3A441E) is unknown color: approx Turtle Green. HEX triplet: 3A, 44 and 1E. RGB value is (58,68,30). Sum of RGB (Red+Green+Blue) = 58+68+30=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 68 (26.95% from 255 or 43.59% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 68 - color contains mainly: green. Hex color #3A441E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A441E is #C5BBE1. Grayscale: #3C3C3C. Windows color (decimal): -12958690 or 1983546. OLE color: 1983546.

HSL color Cylindrical-coordinate representation of color #3A441E: hue angle of 75.79º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A441E is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB586830-
CMYK0.1500.560.73
HSL75.79º38.78%19.22%-
HSV(B)75.79º55.88%26.67%-
XYZ4.055.132-
YUV60.68110.69126.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.18%
GREEN value IS 68 (26.95% from 255) = 43.59%
BLUE value IS 30 (12.11% from 255) = 19.23%
R=37.18%
G=43.59%
B=19.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5868300.1500.560.7375.7938.7819.22
Hex3A441EF038494c2713
Octal7210436170701111144723
Binary111010100010011110111101110001001001100110010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,68,30); }

 H1.HeaderClassName
 {
   color: #3A441E;
 }
 .AnyTagClassName
 {
   color: #3A441E;
 }
</style>
background-color css

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

 a { background-color: rgb(58,68,30); }

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

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

 span { border-color: rgb(58,68,30); }

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