#383701

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

Shades of Turtle Green #383701

Tints of Turtle Green #383701

Color information

#383701 (or 0x383701) is unknown color: approx Turtle Green. HEX triplet: 38, 37 and 01. RGB value is (56,55,1). Sum of RGB (Red+Green+Blue) = 56+55+1=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 55 (21.88% from 255 or 49.11% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #383701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383701 is #C7C8FE. Grayscale: #313131. Windows color (decimal): -13093119 or 79672. OLE color: 79672.

HSL color Cylindrical-coordinate representation of color #383701: hue angle of 58.91º 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 #383701 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB56551-
CMYK00.020.980.78
HSL58.91º96.49%11.18%-
HSV(B)58.91º98.21%21.96%-
XYZ33.580.56-
YUV49.14100.83132.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50%
GREEN value IS 55 (21.88% from 255) = 49.11%
BLUE value IS 1 (0.78% from 255) = 0.89%
R=50%
G=49.11%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5655100.020.980.7858.9196.4911.18
Hex3837102624E3b60b
Octal70671021421167314013
Binary11100011011110101100010100111011101111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383701; }

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

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

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

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

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

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

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

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