#383707

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

Shades of Turtle Green #383707

Tints of Turtle Green #383707

Color information

#383707 (or 0x383707) is unknown color: approx Turtle Green. HEX triplet: 38, 37 and 07. RGB value is (56,55,7). Sum of RGB (Red+Green+Blue) = 56+55+7=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 7 (3.12% from 255 or 5.93% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #383707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383707 is #C7C8F8. Grayscale: #323232. Windows color (decimal): -13093113 or 472888. OLE color: 472888.

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

Color convert

RGB56557-
CMYK00.020.880.78
HSL58.78º77.78%12.35%-
HSV(B)58.78º87.5%21.96%-
XYZ3.043.590.73-
YUV49.83103.83132.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.46%
GREEN value IS 55 (21.88% from 255) = 46.61%
BLUE value IS 7 (3.12% from 255) = 5.93%
R=47.46%
G=46.61%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5655700.020.880.7858.7877.7812.35
Hex3837702584E3b4ec
Octal70677021301167311614
Binary1110001101111110101011000100111011101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383707; }

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

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

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

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

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

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

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

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