#384001

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

Shades of Turtle Green #384001

Tints of Turtle Green #384001

Color information

#384001 (or 0x384001) is unknown color: approx Turtle Green. HEX triplet: 38, 40 and 01. RGB value is (56,64,1). Sum of RGB (Red+Green+Blue) = 56+64+1=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #384001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384001 is #C7BFFE. Grayscale: #363636. Windows color (decimal): -13090815 or 81976. OLE color: 81976.

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

Color convert

RGB56641-
CMYK0.1300.980.75
HSL67.62º96.92%12.75%-
HSV(B)67.62º98.44%25.1%-
XYZ3.474.510.72-
YUV54.4397.85129.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.28%
GREEN value IS 64 (25.39% from 255) = 52.89%
BLUE value IS 1 (0.78% from 255) = 0.83%
R=46.28%
G=52.89%
B=0.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal566410.1300.980.7567.6296.9212.75
Hex38401D0624B4461d
Octal70100115014211310414115
Binary111000100000011101011000101001011100010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384001; }

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

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

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

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

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

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

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

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