#3B440E

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

Shades of Turtle Green #3B440E

Tints of Turtle Green #3B440E

Color information

#3B440E (or 0x3B440E) is unknown color: approx Turtle Green. HEX triplet: 3B, 44 and 0E. RGB value is (59,68,14). Sum of RGB (Red+Green+Blue) = 59+68+14=141 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.84% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 68 - color contains mainly: green. Hex color #3B440E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B440E is #C4BBF1. Grayscale: #3B3B3B. Windows color (decimal): -12893170 or 934971. OLE color: 934971.

HSL color Cylindrical-coordinate representation of color #3B440E: hue angle of 70º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3B440E is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB596814-
CMYK0.1300.790.73
HSL70º65.85%16.08%-
HSV(B)70º79.41%26.67%-
XYZ3.955.11.19-
YUV59.15102.52127.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 41.84%
GREEN value IS 68 (26.95% from 255) = 48.23%
BLUE value IS 14 (5.86% from 255) = 9.93%
R=41.84%
G=48.23%
B=9.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5968140.1300.790.737065.8516.08
Hex3B44ED04F49464210
Octal731041615011711110610220
Binary1110111000100111011010100111110010011000110100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B440E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,68,14); }

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

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

 a { background-color: rgb(59,68,14); }

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

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

 span { border-color: rgb(59,68,14); }

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