#3B3905

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

Shades of Turtle Green #3B3905

Tints of Turtle Green #3B3905

Color information

#3B3905 (or 0x3B3905) is unknown color: approx Turtle Green. HEX triplet: 3B, 39 and 05. RGB value is (59,57,5). Sum of RGB (Red+Green+Blue) = 59+57+5=121 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.76% from 121); Green value is 57 (22.66% from 255 or 47.11% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3905 is #C4C6FA. Grayscale: #333333. Windows color (decimal): -12895995 or 342331. OLE color: 342331.

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

Color convert

RGB59575-
CMYK00.030.920.77
HSL57.78º84.38%12.55%-
HSV(B)57.78º91.53%23.14%-
XYZ3.293.870.72-
YUV51.67101.66133.23-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 48.76%
GREEN value IS 57 (22.66% from 255) = 47.11%
BLUE value IS 5 (2.34% from 255) = 4.13%
R=48.76%
G=47.11%
B=4.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.92
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5957500.030.920.7757.7884.3812.55
Hex3B395035C4D3a54d
Octal73715031341157212415
Binary1110111110011010111011100100110111101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,57,5); }

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

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

 a { background-color: rgb(59,57,5); }

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

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

 span { border-color: rgb(59,57,5); }

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