#3A3805

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

Shades of Turtle Green #3A3805

Tints of Turtle Green #3A3805

Color information

#3A3805 (or 0x3A3805) is unknown color: approx Turtle Green. HEX triplet: 3A, 38 and 05. RGB value is (58,56,5). Sum of RGB (Red+Green+Blue) = 58+56+5=119 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.74% from 119); Green value is 56 (22.27% from 255 or 47.06% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3805 is #C5C7FA. Grayscale: #323232. Windows color (decimal): -12961787 or 342074. OLE color: 342074.

HSL color Cylindrical-coordinate representation of color #3A3805: hue angle of 57.74º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A3805 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.77.

Color convert

RGB58565-
CMYK00.030.910.77
HSL57.74º84.13%12.35%-
HSV(B)57.74º91.38%22.75%-
XYZ3.193.740.7-
YUV50.78102.16133.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 48.74%
GREEN value IS 56 (22.27% from 255) = 47.06%
BLUE value IS 5 (2.34% from 255) = 4.20%
R=48.74%
G=47.06%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.91
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5856500.030.910.7757.7484.1312.35
Hex3A385035B4D3a54c
Octal72705031331157212414
Binary1110101110001010111011011100110111101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,56,5); }

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

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

 a { background-color: rgb(58,56,5); }

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

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

 span { border-color: rgb(58,56,5); }

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