#384503

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

Shades of Turtle Green #384503

Tints of Turtle Green #384503

Color information

#384503 (or 0x384503) is unknown color: approx Turtle Green. HEX triplet: 38, 45 and 03. RGB value is (56,69,3). Sum of RGB (Red+Green+Blue) = 56+69+3=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 69 (27.34% from 255 or 53.91% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 69 - color contains mainly: green. Hex color #384503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384503 is #C7BAFC. Grayscale: #393939. Windows color (decimal): -13089533 or 214328. OLE color: 214328.

HSL color Cylindrical-coordinate representation of color #384503: hue angle of 71.82º 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 #384503 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.73.

Color convert

RGB56693-
CMYK0.1900.960.73
HSL71.82º91.67%14.12%-
HSV(B)71.82º95.65%27.06%-
XYZ3.785.10.87-
YUV57.5997.19126.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.75%
GREEN value IS 69 (27.34% from 255) = 53.91%
BLUE value IS 3 (1.56% from 255) = 2.34%
R=43.75%
G=53.91%
B=2.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal566930.1900.960.7371.8291.6714.12
Hex384531306049485ce
Octal70105323014011111013416
Binary11100010001011110011011000001001001100100010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384503; }

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

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

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

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

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

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

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

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