#3B3901

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

Shades of Turtle Green #3B3901

Tints of Turtle Green #3B3901

Color information

#3B3901 (or 0x3B3901) is unknown color: approx Turtle Green. HEX triplet: 3B, 39 and 01. RGB value is (59,57,1). Sum of RGB (Red+Green+Blue) = 59+57+1=117 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.43% from 117); Green value is 57 (22.66% from 255 or 48.72% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3901 is #C4C6FE. Grayscale: #333333. Windows color (decimal): -12895999 or 80187. OLE color: 80187.

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

Color convert

RGB59571-
CMYK00.030.980.77
HSL57.93º96.67%11.76%-
HSV(B)57.93º98.31%23.14%-
XYZ3.273.860.6-
YUV51.2199.66133.55-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 50.43%
GREEN value IS 57 (22.66% from 255) = 48.72%
BLUE value IS 1 (0.78% from 255) = 0.85%
R=50.43%
G=48.72%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.98
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5957100.030.980.7757.9396.6711.76
Hex3B39103624D3a61c
Octal73711031421157214114
Binary11101111100110111100010100110111101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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