#383801

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

Shades of Turtle Green #383801

Tints of Turtle Green #383801

Color information

#383801 (or 0x383801) is unknown color: approx Turtle Green. HEX triplet: 38, 38 and 01. RGB value is (56,56,1). Sum of RGB (Red+Green+Blue) = 56+56+1=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 56 (22.27% from 255 or 49.56% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 56 - color contains mainly: red, green. Hex color #383801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383801 is #C7C7FE. Grayscale: #313131. Windows color (decimal): -13092863 or 79928. OLE color: 79928.

HSL color Cylindrical-coordinate representation of color #383801: hue angle of 60º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #383801 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB56561-
CMYK000.980.78
HSL60º96.49%11.18%-
HSV(B)60º98.21%21.96%-
XYZ3.053.670.58-
YUV49.73100.5132.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.56%
GREEN value IS 56 (22.27% from 255) = 49.56%
BLUE value IS 1 (0.78% from 255) = 0.88%
R=49.56%
G=49.56%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56561000.980.786096.4911.18
Hex3838100624E3c60b
Octal70701001421167414013
Binary1110001110001001100010100111011110011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383801; }

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

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

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

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

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

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

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

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