#3A4108

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

Shades of Turtle Green #3A4108

Tints of Turtle Green #3A4108

Color information

#3A4108 (or 0x3A4108) is unknown color: approx Turtle Green. HEX triplet: 3A, 41 and 08. RGB value is (58,65,8). Sum of RGB (Red+Green+Blue) = 58+65+8=131 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.27% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #3A4108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4108 is #C5BEF7. Grayscale: #383838. Windows color (decimal): -12959480 or 540986. OLE color: 540986.

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

Color convert

RGB58658-
CMYK0.1100.880.75
HSL67.37º78.08%14.31%-
HSV(B)67.37º87.69%25.49%-
XYZ3.684.70.94-
YUV56.41100.68129.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 44.27%
GREEN value IS 65 (25.78% from 255) = 49.62%
BLUE value IS 8 (3.52% from 255) = 6.11%
R=44.27%
G=49.62%
B=6.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal586580.1100.880.7567.3778.0814.31
Hex3A418B0584B434ee
Octal721011013013011310311616
Binary111010100000110001011010110001001011100001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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