#3B410E

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

Shades of Turtle Green #3B410E

Tints of Turtle Green #3B410E

Color information

#3B410E (or 0x3B410E) is unknown color: approx Turtle Green. HEX triplet: 3B, 41 and 0E. RGB value is (59,65,14). Sum of RGB (Red+Green+Blue) = 59+65+14=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #3B410E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B410E is #C4BEF1. Grayscale: #393939. Windows color (decimal): -12893938 or 934203. OLE color: 934203.

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

Color convert

RGB596514-
CMYK0.0900.780.75
HSL67.06º64.56%15.49%-
HSV(B)67.06º78.46%25.49%-
XYZ3.774.741.13-
YUV57.39103.51129.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 42.75%
GREEN value IS 65 (25.78% from 255) = 47.10%
BLUE value IS 14 (5.86% from 255) = 10.14%
R=42.75%
G=47.10%
B=10.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5965140.0900.780.7567.0664.5615.49
Hex3B41E904E4B4341f
Octal731011611011611310310117
Binary111011100000111101001010011101001011100001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B410E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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