#3B4703

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

Shades of Turtle Green #3B4703

Tints of Turtle Green #3B4703

Color information

#3B4703 (or 0x3B4703) is unknown color: approx Turtle Green. HEX triplet: 3B, 47 and 03. RGB value is (59,71,3). Sum of RGB (Red+Green+Blue) = 59+71+3=133 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.36% from 133); Green value is 71 (28.12% from 255 or 53.38% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 71 - color contains mainly: green. Hex color #3B4703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4703 is #C4B8FC. Grayscale: #3B3B3B. Windows color (decimal): -12892413 or 214843. OLE color: 214843.

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

Color convert

RGB59713-
CMYK0.1700.960.72
HSL70.59º91.89%14.51%-
HSV(B)70.59º95.77%27.84%-
XYZ4.075.440.92-
YUV59.6696.02127.53-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 44.36%
GREEN value IS 71 (28.12% from 255) = 53.38%
BLUE value IS 3 (1.56% from 255) = 2.26%
R=44.36%
G=53.38%
B=2.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal597130.1700.960.7270.5991.8914.51
Hex3B4731106048475cf
Octal73107321014011010713417
Binary11101110001111110001011000001001000100011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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