#3B4701

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

Shades of Turtle Green #3B4701

Tints of Turtle Green #3B4701

Color information

#3B4701 (or 0x3B4701) is unknown color: approx Turtle Green. HEX triplet: 3B, 47 and 01. RGB value is (59,71,1). Sum of RGB (Red+Green+Blue) = 59+71+1=131 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.04% from 131); Green value is 71 (28.12% from 255 or 54.20% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 71 - color contains mainly: green. Hex color #3B4701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4701 is #C4B8FE. Grayscale: #3B3B3B. Windows color (decimal): -12892415 or 83771. OLE color: 83771.

HSL color Cylindrical-coordinate representation of color #3B4701: hue angle of 70.29º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B4701 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB59711-
CMYK0.1700.990.72
HSL70.29º97.22%14.12%-
HSV(B)70.29º98.59%27.84%-
XYZ4.065.440.86-
YUV59.4395.02127.69-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 45.04%
GREEN value IS 71 (28.12% from 255) = 54.20%
BLUE value IS 1 (0.78% from 255) = 0.76%
R=45.04%
G=54.20%
B=0.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal597110.1700.990.7270.2997.2214.12
Hex3B47111063484661e
Octal73107121014311010614116
Binary1110111000111110001011000111001000100011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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