#384310

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

Shades of Turtle Green #384310

Tints of Turtle Green #384310

Color information

#384310 (or 0x384310) is unknown color: approx Turtle Green. HEX triplet: 38, 43 and 10. RGB value is (56,67,16). Sum of RGB (Red+Green+Blue) = 56+67+16=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 67 - color contains mainly: green. Hex color #384310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384310 is #C7BCEF. Grayscale: #3A3A3A. Windows color (decimal): -13090032 or 1065784. OLE color: 1065784.

HSL color Cylindrical-coordinate representation of color #384310: hue angle of 72.94º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #384310 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB566716-
CMYK0.1600.760.74
HSL72.94º61.45%16.27%-
HSV(B)72.94º76.12%26.27%-
XYZ3.734.891.24-
YUV57.9104.36126.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.29%
GREEN value IS 67 (26.56% from 255) = 48.20%
BLUE value IS 16 (6.64% from 255) = 11.51%
R=40.29%
G=48.20%
B=11.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5667160.1600.760.7472.9461.4516.27
Hex3843101004C4A493d10
Octal70103202001141121117520
Binary11100010000111000010000010011001001010100100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384310; }

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

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

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

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

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

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

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

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