#384005

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

Shades of Turtle Green #384005

Tints of Turtle Green #384005

Color information

#384005 (or 0x384005) is unknown color: approx Turtle Green. HEX triplet: 38, 40 and 05. RGB value is (56,64,5). Sum of RGB (Red+Green+Blue) = 56+64+5=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #384005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384005 is #C7BFFA. Grayscale: #373737. Windows color (decimal): -13090811 or 344120. OLE color: 344120.

HSL color Cylindrical-coordinate representation of color #384005: hue angle of 68.14º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #384005 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB56645-
CMYK0.1300.920.75
HSL68.14º85.51%13.53%-
HSV(B)68.14º92.19%25.1%-
XYZ3.494.520.83-
YUV54.8899.85128.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.8%
GREEN value IS 64 (25.39% from 255) = 51.2%
BLUE value IS 5 (2.34% from 255) = 4%
R=44.8%
G=51.2%
B=4%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal566450.1300.920.7568.1485.5113.53
Hex38405D05C4B4456e
Octal70100515013411310412616
Binary11100010000001011101010111001001011100010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384005; }

 p { color: rgb(56,64,5); }

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

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

 a { background-color: rgb(56,64,5); }

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

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

 span { border-color: rgb(56,64,5); }

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