#384410

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

Shades of Turtle Green #384410

Tints of Turtle Green #384410

Color information

#384410 (or 0x384410) is unknown color: approx Turtle Green. HEX triplet: 38, 44 and 10. RGB value is (56,68,16). Sum of RGB (Red+Green+Blue) = 56+68+16=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 68 (26.95% from 255 or 48.57% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 68 - color contains mainly: green. Hex color #384410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384410 is #C7BBEF. Grayscale: #3A3A3A. Windows color (decimal): -13089776 or 1066040. OLE color: 1066040.

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

Color convert

RGB566816-
CMYK0.1800.760.73
HSL73.85º61.9%16.47%-
HSV(B)73.85º76.47%26.67%-
XYZ3.795.011.26-
YUV58.48104.02126.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40%
GREEN value IS 68 (26.95% from 255) = 48.57%
BLUE value IS 16 (6.64% from 255) = 11.43%
R=40%
G=48.57%
B=11.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5668160.1800.760.7373.8561.916.47
Hex3844101204C494a3e10
Octal70104202201141111127620
Binary11100010001001000010010010011001001001100101011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384410; }

 p { color: rgb(56,68,16); }

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

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

 a { background-color: rgb(56,68,16); }

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

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

 span { border-color: rgb(56,68,16); }

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