#384F13

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

Shades of Turtle Green #384F13

Tints of Turtle Green #384F13

Color information

#384F13 (or 0x384F13) is unknown color: approx Turtle Green. HEX triplet: 38, 4F and 13. RGB value is (56,79,19). Sum of RGB (Red+Green+Blue) = 56+79+19=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 79 (31.25% from 255 or 51.30% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 79 - color contains mainly: green. Hex color #384F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384F13 is #C7B0EC. Grayscale: #414141. Windows color (decimal): -13086957 or 1265464. OLE color: 1265464.

HSL color Cylindrical-coordinate representation of color #384F13: hue angle of 83º 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 #384F13 is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB567919-
CMYK0.2900.760.69
HSL83º61.22%19.22%-
HSV(B)83º75.95%30.98%-
XYZ4.546.481.63-
YUV65.28101.88121.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.36%
GREEN value IS 79 (31.25% from 255) = 51.30%
BLUE value IS 19 (7.81% from 255) = 12.34%
R=36.36%
G=51.30%
B=12.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5679190.2900.760.698361.2219.22
Hex384F131D04C45533d13
Octal70117233501141051237523
Binary11100010011111001111101010011001000101101001111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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