#384618

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

Shades of Turtle Green #384618

Tints of Turtle Green #384618

Color information

#384618 (or 0x384618) is unknown color: approx Turtle Green. HEX triplet: 38, 46 and 18. RGB value is (56,70,24). Sum of RGB (Red+Green+Blue) = 56+70+24=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 70 - color contains mainly: green. Hex color #384618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384618 is #C7B9E7. Grayscale: #3C3C3C. Windows color (decimal): -13089256 or 1590840. OLE color: 1590840.

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

Color convert

RGB567024-
CMYK0.2000.660.73
HSL78.26º48.94%18.43%-
HSV(B)78.26º65.71%27.45%-
XYZ3.995.291.67-
YUV60.57107.36124.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.33%
GREEN value IS 70 (27.73% from 255) = 46.67%
BLUE value IS 24 (9.77% from 255) = 16%
R=37.33%
G=46.67%
B=16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5670240.2000.660.7378.2648.9418.43
Hex38461814042494e3112
Octal70106302401021111166122
Binary11100010001101100010100010000101001001100111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384618; }

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

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

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

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

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

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

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

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