#38471B

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

Shades of Turtle Green #38471B

Tints of Turtle Green #38471B

Color information

#38471B (or 0x38471B) is unknown color: approx Turtle Green. HEX triplet: 38, 47 and 1B. RGB value is (56,71,27). Sum of RGB (Red+Green+Blue) = 56+71+27=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #38471B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38471B is #C7B8E4. Grayscale: #3D3D3D. Windows color (decimal): -13088997 or 1787704. OLE color: 1787704.

HSL color Cylindrical-coordinate representation of color #38471B: hue angle of 80.45º 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 #38471B is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB567127-
CMYK0.2100.620.72
HSL80.45º44.9%19.22%-
HSV(B)80.45º61.97%27.84%-
XYZ4.085.431.87-
YUV61.5108.53124.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.36%
GREEN value IS 71 (28.12% from 255) = 46.10%
BLUE value IS 27 (10.94% from 255) = 17.53%
R=36.36%
G=46.10%
B=17.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5671270.2100.620.7280.4544.919.22
Hex38471B1503E48502d13
Octal7010733250761101205523
Binary1110001000111110111010101111101001000101000010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38471B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38471B; }

 p { color: rgb(56,71,27); }

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

<style>
 a { background-color: #38471B; }

 a { background-color: rgb(56,71,27); }

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

<style>
 span { border-color: #38471B; }

 span { border-color: rgb(56,71,27); }

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