#383F1F

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

Shades of Turtle Green #383F1F

Tints of Turtle Green #383F1F

Color information

#383F1F (or 0x383F1F) is unknown color: approx Turtle Green. HEX triplet: 38, 3F and 1F. RGB value is (56,63,31). Sum of RGB (Red+Green+Blue) = 56+63+31=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 63 (25% from 255 or 42% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 63 - color contains mainly: green. Hex color #383F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383F1F is #C7C0E0. Grayscale: #393939. Windows color (decimal): -13091041 or 2047800. OLE color: 2047800.

HSL color Cylindrical-coordinate representation of color #383F1F: hue angle of 73.12º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #383F1F is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB566331-
CMYK0.1100.510.75
HSL73.12º34.04%18.43%-
HSV(B)73.12º50.79%24.71%-
XYZ3.664.491.97-
YUV57.26113.18127.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.33%
GREEN value IS 63 (25% from 255) = 42%
BLUE value IS 31 (12.5% from 255) = 20.67%
R=37.33%
G=42%
B=20.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5663310.1100.510.7573.1234.0418.43
Hex383F1FB0334B492212
Octal707737130631131114222
Binary11100011111111111101101100111001011100100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383F1F; }

 p { color: rgb(56,63,31); }

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

<style>
 a { background-color: #383F1F; }

 a { background-color: rgb(56,63,31); }

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

<style>
 span { border-color: #383F1F; }

 span { border-color: rgb(56,63,31); }

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