#3F430D

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

Shades of Turtle Green #3F430D

Tints of Turtle Green #3F430D

Color information

#3F430D (or 0x3F430D) is unknown color: approx Turtle Green. HEX triplet: 3F, 43 and 0D. RGB value is (63,67,13). Sum of RGB (Red+Green+Blue) = 63+67+13=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 67 - color contains mainly: green. Hex color #3F430D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F430D is #C0BCF2. Grayscale: #3B3B3B. Windows color (decimal): -12631283 or 869183. OLE color: 869183.

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

Color convert

RGB636713-
CMYK0.0600.810.74
HSL64.44º67.5%15.69%-
HSV(B)64.44º80.6%26.27%-
XYZ4.135.11.15-
YUV59.65101.67130.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.06%
GREEN value IS 67 (26.56% from 255) = 46.85%
BLUE value IS 13 (5.47% from 255) = 9.09%
R=44.06%
G=46.85%
B=9.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6367130.0600.810.7464.4467.515.69
Hex3F43D60514A404410
Octal77103156012111210010420
Binary111111100001111011100101000110010101000000100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F430D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,67,13); }

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

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

 a { background-color: rgb(63,67,13); }

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

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

 span { border-color: rgb(63,67,13); }

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