#383D17

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

Shades of Turtle Green #383D17

Tints of Turtle Green #383D17

Color information

#383D17 (or 0x383D17) is unknown color: approx Turtle Green. HEX triplet: 38, 3D and 17. RGB value is (56,61,23). Sum of RGB (Red+Green+Blue) = 56+61+23=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 61 (24.22% from 255 or 43.57% from 140); Blue value is 23 (9.38% from 255 or 16.43% from 140); Max value from RGB is 61 - color contains mainly: green. Hex color #383D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383D17 is #C7C2E8. Grayscale: #373737. Windows color (decimal): -13091561 or 1523000. OLE color: 1523000.

HSL color Cylindrical-coordinate representation of color #383D17: hue angle of 67.89º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #383D17 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.76.

Color convert

RGB566123-
CMYK0.0800.620.76
HSL67.89º45.24%16.47%-
HSV(B)67.89º62.3%23.92%-
XYZ3.454.241.45-
YUV55.17109.84128.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40%
GREEN value IS 61 (24.22% from 255) = 43.57%
BLUE value IS 23 (9.38% from 255) = 16.43%
R=40%
G=43.57%
B=16.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5661230.0800.620.7667.8945.2416.47
Hex383D17803E4C442d10
Octal707527100761141045520
Binary11100011110110111100001111101001100100010010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383D17; }

 p { color: rgb(56,61,23); }

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

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

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

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

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

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

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