#3A4123

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

Shades of Turtle Green #3A4123

Tints of Turtle Green #3A4123

Color information

#3A4123 (or 0x3A4123) is unknown color: approx Turtle Green. HEX triplet: 3A, 41 and 23. RGB value is (58,65,35). Sum of RGB (Red+Green+Blue) = 58+65+35=158 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.71% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 35 (14.06% from 255 or 22.15% from 158); Max value from RGB is 65 - color contains mainly: green. Hex color #3A4123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4123 is #C5BEDC. Grayscale: #3B3B3B. Windows color (decimal): -12959453 or 2310458. OLE color: 2310458.

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

Color convert

RGB586535-
CMYK0.1100.460.75
HSL74º30%19.61%-
HSV(B)74º46.15%25.49%-
XYZ3.944.82.31-
YUV59.49114.18126.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.71%
GREEN value IS 65 (25.78% from 255) = 41.14%
BLUE value IS 35 (14.06% from 255) = 22.15%
R=36.71%
G=41.14%
B=22.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5865350.1100.460.75743019.61
Hex3A4123B02E4B4a1e14
Octal7210143130561131123624
Binary111010100000110001110110101110100101110010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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