#3F451A

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

Shades of Turtle Green #3F451A

Tints of Turtle Green #3F451A

Color information

#3F451A (or 0x3F451A) is unknown color: approx Turtle Green. HEX triplet: 3F, 45 and 1A. RGB value is (63,69,26). Sum of RGB (Red+Green+Blue) = 63+69+26=158 (20% of max value = 765). Red value is 63 (25% from 255 or 39.87% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 69 - color contains mainly: green. Hex color #3F451A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F451A is #C0BAE5. Grayscale: #3E3E3E. Windows color (decimal): -12630758 or 1721663. OLE color: 1721663.

HSL color Cylindrical-coordinate representation of color #3F451A: hue angle of 68.37º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F451A is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB636926-
CMYK0.0900.620.73
HSL68.37º45.26%18.63%-
HSV(B)68.37º62.32%27.06%-
XYZ4.365.391.79-
YUV62.3107.51128.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.87%
GREEN value IS 69 (27.34% from 255) = 43.67%
BLUE value IS 26 (10.55% from 255) = 16.46%
R=39.87%
G=43.67%
B=16.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6369260.0900.620.7368.3745.2618.63
Hex3F451A903E49442d13
Octal7710532110761111045523
Binary111111100010111010100101111101001001100010010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F451A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,69,26); }

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

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

 a { background-color: rgb(63,69,26); }

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

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

 span { border-color: rgb(63,69,26); }

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