#3F4417

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

Shades of Turtle Green #3F4417

Tints of Turtle Green #3F4417

Color information

#3F4417 (or 0x3F4417) is unknown color: approx Turtle Green. HEX triplet: 3F, 44 and 17. RGB value is (63,68,23). Sum of RGB (Red+Green+Blue) = 63+68+23=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 23 (9.38% from 255 or 14.94% from 154); Max value from RGB is 68 - color contains mainly: green. Hex color #3F4417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4417 is #C0BBE8. Grayscale: #3D3D3D. Windows color (decimal): -12631017 or 1524799. OLE color: 1524799.

HSL color Cylindrical-coordinate representation of color #3F4417: hue angle of 66.67º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F4417 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB636823-
CMYK0.0700.660.73
HSL66.67º49.45%17.84%-
HSV(B)66.67º66.18%26.67%-
XYZ4.275.251.6-
YUV61.38106.34129.16-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.91%
GREEN value IS 68 (26.95% from 255) = 44.16%
BLUE value IS 23 (9.38% from 255) = 14.94%
R=40.91%
G=44.16%
B=14.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6368230.0700.660.7366.6749.4517.84
Hex3F4417704249433112
Octal7710427701021111036122
Binary111111100010010111111010000101001001100001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,68,23); }

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

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

 a { background-color: rgb(63,68,23); }

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

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

 span { border-color: rgb(63,68,23); }

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