#3B410C

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

Shades of Turtle Green #3B410C

Tints of Turtle Green #3B410C

Color information

#3B410C (or 0x3B410C) is unknown color: approx Turtle Green. HEX triplet: 3B, 41 and 0C. RGB value is (59,65,12). Sum of RGB (Red+Green+Blue) = 59+65+12=136 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.38% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #3B410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B410C is #C4BEF3. Grayscale: #393939. Windows color (decimal): -12893940 or 803131. OLE color: 803131.

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

Color convert

RGB596512-
CMYK0.0900.820.75
HSL66.79º68.83%15.1%-
HSV(B)66.79º81.54%25.49%-
XYZ3.764.741.06-
YUV57.16102.51129.31-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 43.38%
GREEN value IS 65 (25.78% from 255) = 47.79%
BLUE value IS 12 (5.08% from 255) = 8.82%
R=43.38%
G=47.79%
B=8.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5965120.0900.820.7566.7968.8315.1
Hex3B41C90524B4345f
Octal731011411012211310310517
Binary111011100000111001001010100101001011100001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B410C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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