#384E13

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

Shades of Turtle Green #384E13

Tints of Turtle Green #384E13

Color information

#384E13 (or 0x384E13) is unknown color: approx Turtle Green. HEX triplet: 38, 4E and 13. RGB value is (56,78,19). Sum of RGB (Red+Green+Blue) = 56+78+19=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 78 (30.86% from 255 or 50.98% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 78 - color contains mainly: green. Hex color #384E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384E13 is #C7B1EC. Grayscale: #404040. Windows color (decimal): -13087213 or 1265208. OLE color: 1265208.

HSL color Cylindrical-coordinate representation of color #384E13: hue angle of 82.37º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #384E13 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB567819-
CMYK0.2800.760.69
HSL82.37º60.82%19.02%-
HSV(B)82.37º75.64%30.59%-
XYZ4.476.341.6-
YUV64.7102.21121.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.60%
GREEN value IS 78 (30.86% from 255) = 50.98%
BLUE value IS 19 (7.81% from 255) = 12.42%
R=36.60%
G=50.98%
B=12.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5678190.2800.760.6982.3760.8219.02
Hex384E131C04C45523d13
Octal70116233401141051227523
Binary11100010011101001111100010011001000101101001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384E13; }

 p { color: rgb(56,78,19); }

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

<style>
 a { background-color: #384E13; }

 a { background-color: rgb(56,78,19); }

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

<style>
 span { border-color: #384E13; }

 span { border-color: rgb(56,78,19); }

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