#384118

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

Shades of Turtle Green #384118

Tints of Turtle Green #384118

Color information

#384118 (or 0x384118) is unknown color: approx Turtle Green. HEX triplet: 38, 41 and 18. RGB value is (56,65,24). Sum of RGB (Red+Green+Blue) = 56+65+24=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #384118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384118 is #C7BEE7. Grayscale: #393939. Windows color (decimal): -13090536 or 1589560. OLE color: 1589560.

HSL color Cylindrical-coordinate representation of color #384118: hue angle of 73.17º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #384118 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB566524-
CMYK0.1400.630.75
HSL73.17º46.07%17.45%-
HSV(B)73.17º63.08%25.49%-
XYZ3.694.691.57-
YUV57.64109.02126.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.62%
GREEN value IS 65 (25.78% from 255) = 44.83%
BLUE value IS 24 (9.77% from 255) = 16.55%
R=38.62%
G=44.83%
B=16.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5665240.1400.630.7573.1746.0717.45
Hex384118E03F4B492e11
Octal7010130160771131115621
Binary111000100000111000111001111111001011100100110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384118; }

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

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

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

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

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

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

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

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