#38401F

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

Shades of Turtle Green #38401F

Tints of Turtle Green #38401F

Color information

#38401F (or 0x38401F) is unknown color: approx Turtle Green. HEX triplet: 38, 40 and 1F. RGB value is (56,64,31). Sum of RGB (Red+Green+Blue) = 56+64+31=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 64 - color contains mainly: green. Hex color #38401F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38401F is #C7BFE0. Grayscale: #393939. Windows color (decimal): -13090785 or 2048056. OLE color: 2048056.

HSL color Cylindrical-coordinate representation of color #38401F: hue angle of 74.55º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #38401F is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB566431-
CMYK0.1300.520.75
HSL74.55º34.74%18.63%-
HSV(B)74.55º51.56%25.1%-
XYZ3.714.611.99-
YUV57.85112.85126.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.09%
GREEN value IS 64 (25.39% from 255) = 42.38%
BLUE value IS 31 (12.5% from 255) = 20.53%
R=37.09%
G=42.38%
B=20.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5664310.1300.520.7574.5534.7418.63
Hex38401FD0344B4b2313
Octal7010037150641131134323
Binary111000100000011111110101101001001011100101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38401F; }

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

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

<style>
 a { background-color: #38401F; }

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

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

<style>
 span { border-color: #38401F; }

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

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