#38470A

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

Shades of Turtle Green #38470A

Tints of Turtle Green #38470A

Color information

#38470A (or 0x38470A) is unknown color: approx Turtle Green. HEX triplet: 38, 47 and 0A. RGB value is (56,71,10). Sum of RGB (Red+Green+Blue) = 56+71+10=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #38470A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38470A is #C7B8F5. Grayscale: #3B3B3B. Windows color (decimal): -13089014 or 673592. OLE color: 673592.

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

Color convert

RGB567110-
CMYK0.2100.860.72
HSL74.75º75.31%15.88%-
HSV(B)74.75º85.92%27.84%-
XYZ3.945.371.12-
YUV59.56100.03125.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.88%
GREEN value IS 71 (28.12% from 255) = 51.82%
BLUE value IS 10 (4.30% from 255) = 7.30%
R=40.88%
G=51.82%
B=7.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5671100.2100.860.7274.7575.3115.88
Hex3847A15056484b4b10
Octal701071225012611011311320
Binary11100010001111010101010101011010010001001011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38470A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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