#3B401A

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

Shades of Turtle Green #3B401A

Tints of Turtle Green #3B401A

Color information

#3B401A (or 0x3B401A) is unknown color: approx Turtle Green. HEX triplet: 3B, 40 and 1A. RGB value is (59,64,26). Sum of RGB (Red+Green+Blue) = 59+64+26=149 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.60% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 64 - color contains mainly: green. Hex color #3B401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B401A is #C4BFE5. Grayscale: #3A3A3A. Windows color (decimal): -12894182 or 1720379. OLE color: 1720379.

HSL color Cylindrical-coordinate representation of color #3B401A: hue angle of 67.89º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B401A is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB596426-
CMYK0.0800.590.75
HSL67.89º42.22%17.65%-
HSV(B)67.89º59.38%25.1%-
XYZ3.824.671.68-
YUV58.17109.84128.59-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.60%
GREEN value IS 64 (25.39% from 255) = 42.95%
BLUE value IS 26 (10.55% from 255) = 17.45%
R=39.60%
G=42.95%
B=17.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5964260.0800.590.7567.8942.2217.65
Hex3B401A803B4B442a12
Octal7310032100731131045222
Binary111011100000011010100001110111001011100010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,64,26); }

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

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

 a { background-color: rgb(59,64,26); }

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

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

 span { border-color: rgb(59,64,26); }

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