#383E1F

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

Shades of Turtle Green #383E1F

Tints of Turtle Green #383E1F

Color information

#383E1F (or 0x383E1F) is unknown color: approx Turtle Green. HEX triplet: 38, 3E and 1F. RGB value is (56,62,31). Sum of RGB (Red+Green+Blue) = 56+62+31=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 62 (24.61% from 255 or 41.61% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 62 - color contains mainly: green. Hex color #383E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383E1F is #C7C1E0. Grayscale: #383838. Windows color (decimal): -13091297 or 2047544. OLE color: 2047544.

HSL color Cylindrical-coordinate representation of color #383E1F: hue angle of 71.61º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #383E1F is Cyan = 0.10, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.76.

Color convert

RGB566231-
CMYK0.1000.50.76
HSL71.61º33.33%18.24%-
HSV(B)71.61º50%24.31%-
XYZ3.64.381.95-
YUV56.67113.51127.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.58%
GREEN value IS 62 (24.61% from 255) = 41.61%
BLUE value IS 31 (12.5% from 255) = 20.81%
R=37.58%
G=41.61%
B=20.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5662310.1000.50.7671.6133.3318.24
Hex383E1FA0324C482112
Octal707637120621141104122
Binary11100011111011111101001100101001100100100010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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