#3B450D

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

Shades of Turtle Green #3B450D

Tints of Turtle Green #3B450D

Color information

#3B450D (or 0x3B450D) is unknown color: approx Turtle Green. HEX triplet: 3B, 45 and 0D. RGB value is (59,69,13). Sum of RGB (Red+Green+Blue) = 59+69+13=141 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.84% from 141); Green value is 69 (27.34% from 255 or 48.94% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 69 - color contains mainly: green. Hex color #3B450D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B450D is #C4BAF2. Grayscale: #3B3B3B. Windows color (decimal): -12892915 or 869691. OLE color: 869691.

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

Color convert

RGB596913-
CMYK0.1400.810.73
HSL70.71º68.29%16.08%-
HSV(B)70.71º81.16%27.06%-
XYZ45.221.18-
YUV59.63101.69127.55-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 41.84%
GREEN value IS 69 (27.34% from 255) = 48.94%
BLUE value IS 13 (5.47% from 255) = 9.22%
R=41.84%
G=48.94%
B=9.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5969130.1400.810.7370.7168.2916.08
Hex3B45DE05149474410
Octal731051516012111110710420
Binary1110111000101110111100101000110010011000111100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B450D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,69,13); }

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

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

 a { background-color: rgb(59,69,13); }

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

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

 span { border-color: rgb(59,69,13); }

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