#384613

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

Shades of Turtle Green #384613

Tints of Turtle Green #384613

Color information

#384613 (or 0x384613) is unknown color: approx Turtle Green. HEX triplet: 38, 46 and 13. RGB value is (56,70,19). Sum of RGB (Red+Green+Blue) = 56+70+19=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 70 - color contains mainly: green. Hex color #384613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384613 is #C7B9EC. Grayscale: #3C3C3C. Windows color (decimal): -13089261 or 1263160. OLE color: 1263160.

HSL color Cylindrical-coordinate representation of color #384613: hue angle of 76.47º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #384613 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.73.

Color convert

RGB567019-
CMYK0.2000.730.73
HSL76.47º57.3%17.45%-
HSV(B)76.47º72.86%27.45%-
XYZ3.945.271.43-
YUV60104.86125.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.62%
GREEN value IS 70 (27.73% from 255) = 48.28%
BLUE value IS 19 (7.81% from 255) = 13.10%
R=38.62%
G=48.28%
B=13.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5670190.2000.730.7376.4757.317.45
Hex38461314049494c3911
Octal70106232401111111147121
Binary11100010001101001110100010010011001001100110011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384613; }

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

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

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

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

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

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

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

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