#383705

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

Shades of Turtle Green #383705

Tints of Turtle Green #383705

Color information

#383705 (or 0x383705) is unknown color: approx Turtle Green. HEX triplet: 38, 37 and 05. RGB value is (56,55,5). Sum of RGB (Red+Green+Blue) = 56+55+5=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 55 (21.88% from 255 or 47.41% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #383705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383705 is #C7C8FA. Grayscale: #313131. Windows color (decimal): -13093115 or 341816. OLE color: 341816.

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

Color convert

RGB56555-
CMYK00.020.910.78
HSL58.82º83.61%11.96%-
HSV(B)58.82º91.07%21.96%-
XYZ3.023.580.68-
YUV49.6102.83132.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.28%
GREEN value IS 55 (21.88% from 255) = 47.41%
BLUE value IS 5 (2.34% from 255) = 4.31%
R=48.28%
G=47.41%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5655500.020.910.7858.8283.6111.96
Hex38375025B4E3b54c
Octal70675021331167312414
Binary1110001101111010101011011100111011101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383705; }

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

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

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

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

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

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

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

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