#384007

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

Shades of Turtle Green #384007

Tints of Turtle Green #384007

Color information

#384007 (or 0x384007) is unknown color: approx Turtle Green. HEX triplet: 38, 40 and 07. RGB value is (56,64,7). Sum of RGB (Red+Green+Blue) = 56+64+7=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #384007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384007 is #C7BFF8. Grayscale: #373737. Windows color (decimal): -13090809 or 475192. OLE color: 475192.

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

Color convert

RGB56647-
CMYK0.1300.890.75
HSL68.42º80.28%13.92%-
HSV(B)68.42º89.06%25.1%-
XYZ3.54.520.89-
YUV55.11100.85128.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.09%
GREEN value IS 64 (25.39% from 255) = 50.39%
BLUE value IS 7 (3.12% from 255) = 5.51%
R=44.09%
G=50.39%
B=5.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal566470.1300.890.7568.4280.2813.92
Hex38407D0594B4450e
Octal70100715013111310412016
Binary11100010000001111101010110011001011100010010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384007; }

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

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

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

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

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

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

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

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