#384409

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

Shades of Turtle Green #384409

Tints of Turtle Green #384409

Color information

#384409 (or 0x384409) is unknown color: approx Turtle Green. HEX triplet: 38, 44 and 09. RGB value is (56,68,9). Sum of RGB (Red+Green+Blue) = 56+68+9=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 68 (26.95% from 255 or 51.13% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 68 - color contains mainly: green. Hex color #384409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384409 is #C7BBF6. Grayscale: #393939. Windows color (decimal): -13089783 or 607288. OLE color: 607288.

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

Color convert

RGB56689-
CMYK0.1800.870.73
HSL72.2º76.62%15.1%-
HSV(B)72.2º86.76%26.67%-
XYZ3.754.991.03-
YUV57.69100.52126.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.11%
GREEN value IS 68 (26.95% from 255) = 51.13%
BLUE value IS 9 (3.91% from 255) = 6.77%
R=42.11%
G=51.13%
B=6.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal566890.1800.870.7372.276.6215.1
Hex384491205749484df
Octal701041122012711111011517
Binary1110001000100100110010010101111001001100100010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384409; }

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

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

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

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

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

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

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

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