#38471A

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

Shades of Turtle Green #38471A

Tints of Turtle Green #38471A

Color information

#38471A (or 0x38471A) is unknown color: approx Turtle Green. HEX triplet: 38, 47 and 1A. RGB value is (56,71,26). Sum of RGB (Red+Green+Blue) = 56+71+26=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 71 - color contains mainly: green. Hex color #38471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38471A is #C7B8E5. Grayscale: #3D3D3D. Windows color (decimal): -13088998 or 1722168. OLE color: 1722168.

HSL color Cylindrical-coordinate representation of color #38471A: hue angle of 80º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38471A is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB567126-
CMYK0.2100.630.72
HSL80º46.39%19.02%-
HSV(B)80º63.38%27.84%-
XYZ4.075.421.81-
YUV61.38108.03124.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.60%
GREEN value IS 71 (28.12% from 255) = 46.41%
BLUE value IS 26 (10.55% from 255) = 16.99%
R=36.60%
G=46.41%
B=16.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5671260.2100.630.728046.3919.02
Hex38471A1503F48502e13
Octal7010732250771101205623
Binary1110001000111110101010101111111001000101000010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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