#38411F

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

Shades of Turtle Green #38411F

Tints of Turtle Green #38411F

Color information

#38411F (or 0x38411F) is unknown color: approx Turtle Green. HEX triplet: 38, 41 and 1F. RGB value is (56,65,31). Sum of RGB (Red+Green+Blue) = 56+65+31=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 65 - color contains mainly: green. Hex color #38411F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38411F is #C7BEE0. Grayscale: #3A3A3A. Windows color (decimal): -13090529 or 2048312. OLE color: 2048312.

HSL color Cylindrical-coordinate representation of color #38411F: hue angle of 75.88º 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 #38411F is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB566531-
CMYK0.1400.520.75
HSL75.88º35.42%18.82%-
HSV(B)75.88º52.31%25.49%-
XYZ3.774.722.01-
YUV58.43112.52126.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.84%
GREEN value IS 65 (25.78% from 255) = 42.76%
BLUE value IS 31 (12.5% from 255) = 20.39%
R=36.84%
G=42.76%
B=20.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5665310.1400.520.7575.8835.4218.82
Hex38411FE0344B4c2313
Octal7010137160641131144323
Binary111000100000111111111001101001001011100110010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38411F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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