#3F481B

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

Shades of Turtle Green #3F481B

Tints of Turtle Green #3F481B

Color information

#3F481B (or 0x3F481B) is unknown color: approx Turtle Green. HEX triplet: 3F, 48 and 1B. RGB value is (63,72,27). Sum of RGB (Red+Green+Blue) = 63+72+27=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 72 - color contains mainly: green. Hex color #3F481B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F481B is #C0B7E4. Grayscale: #404040. Windows color (decimal): -12629989 or 1787967. OLE color: 1787967.

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

Color convert

RGB637227-
CMYK0.1200.620.72
HSL72º45.45%19.41%-
HSV(B)72º62.5%28.24%-
XYZ4.575.771.91-
YUV64.18107.02127.16-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.89%
GREEN value IS 72 (28.52% from 255) = 44.44%
BLUE value IS 27 (10.94% from 255) = 16.67%
R=38.89%
G=44.44%
B=16.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6372270.1200.620.727245.4519.41
Hex3F481BC03E48482d13
Octal7711033140761101105523
Binary111111100100011011110001111101001000100100010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,72,27); }

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

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

 a { background-color: rgb(63,72,27); }

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

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

 span { border-color: rgb(63,72,27); }

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