#3B4116

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

Shades of Turtle Green #3B4116

Tints of Turtle Green #3B4116

Color information

#3B4116 (or 0x3B4116) is unknown color: approx Turtle Green. HEX triplet: 3B, 41 and 16. RGB value is (59,65,22). Sum of RGB (Red+Green+Blue) = 59+65+22=146 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.41% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 65 - color contains mainly: green. Hex color #3B4116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4116 is #C4BEE9. Grayscale: #3A3A3A. Windows color (decimal): -12893930 or 1458491. OLE color: 1458491.

HSL color Cylindrical-coordinate representation of color #3B4116: hue angle of 68.37º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B4116 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB596522-
CMYK0.0900.660.75
HSL68.37º49.43%17.06%-
HSV(B)68.37º66.15%25.49%-
XYZ3.844.771.48-
YUV58.3107.51128.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 40.41%
GREEN value IS 65 (25.78% from 255) = 44.52%
BLUE value IS 22 (8.98% from 255) = 15.07%
R=40.41%
G=44.52%
B=15.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5965220.0900.660.7568.3749.4317.06
Hex3B411690424B443111
Octal73101261101021131046121
Binary1110111000001101101001010000101001011100010011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,65,22); }

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

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

 a { background-color: rgb(59,65,22); }

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

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

 span { border-color: rgb(59,65,22); }

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