#383F10

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

Shades of Turtle Green #383F10

Tints of Turtle Green #383F10

Color information

#383F10 (or 0x383F10) is unknown color: approx Turtle Green. HEX triplet: 38, 3F and 10. RGB value is (56,63,16). Sum of RGB (Red+Green+Blue) = 56+63+16=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 63 (25% from 255 or 46.67% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 63 - color contains mainly: green. Hex color #383F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383F10 is #C7C0EF. Grayscale: #373737. Windows color (decimal): -13091056 or 1064760. OLE color: 1064760.

HSL color Cylindrical-coordinate representation of color #383F10: hue angle of 68.94º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #383F10 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB566316-
CMYK0.1100.750.75
HSL68.94º59.49%15.49%-
HSV(B)68.94º74.6%24.71%-
XYZ3.54.431.16-
YUV55.55105.68128.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.48%
GREEN value IS 63 (25% from 255) = 46.67%
BLUE value IS 16 (6.64% from 255) = 11.85%
R=41.48%
G=46.67%
B=11.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5663160.1100.750.7568.9459.4915.49
Hex383F10B04B4B453bf
Octal7077201301131131057317
Binary11100011111110000101101001011100101110001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383F10; }

 p { color: rgb(56,63,16); }

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

<style>
 a { background-color: #383F10; }

 a { background-color: rgb(56,63,16); }

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

<style>
 span { border-color: #383F10; }

 span { border-color: rgb(56,63,16); }

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