#384403

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

Shades of Turtle Green #384403

Tints of Turtle Green #384403

Color information

#384403 (or 0x384403) is unknown color: approx Turtle Green. HEX triplet: 38, 44 and 03. RGB value is (56,68,3). Sum of RGB (Red+Green+Blue) = 56+68+3=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 68 (26.95% from 255 or 53.54% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 68 - color contains mainly: green. Hex color #384403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384403 is #C7BBFC. Grayscale: #393939. Windows color (decimal): -13089789 or 214072. OLE color: 214072.

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

Color convert

RGB56683-
CMYK0.1800.960.73
HSL71.08º91.55%13.92%-
HSV(B)71.08º95.59%26.67%-
XYZ3.714.980.85-
YUV5797.52127.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.09%
GREEN value IS 68 (26.95% from 255) = 53.54%
BLUE value IS 3 (1.56% from 255) = 2.36%
R=44.09%
G=53.54%
B=2.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal566830.1800.960.7371.0891.5513.92
Hex384431206049475ce
Octal70104322014011110713416
Binary11100010001001110010011000001001001100011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384403; }

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

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

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

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

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

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

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

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