#383C1E

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

Shades of Turtle Green #383C1E

Tints of Turtle Green #383C1E

Color information

#383C1E (or 0x383C1E) is unknown color: approx Turtle Green. HEX triplet: 38, 3C and 1E. RGB value is (56,60,30). Sum of RGB (Red+Green+Blue) = 56+60+30=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 60 - color contains mainly: green. Hex color #383C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C1E is #C7C3E1. Grayscale: #373737. Windows color (decimal): -13091810 or 1981496. OLE color: 1981496.

HSL color Cylindrical-coordinate representation of color #383C1E: hue angle of 68º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #383C1E is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.76.

Color convert

RGB566030-
CMYK0.0700.500.76
HSL68º33.33%17.65%-
HSV(B)68º50%23.53%-
XYZ3.484.171.85-
YUV55.38113.67128.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.36%
GREEN value IS 60 (23.83% from 255) = 41.10%
BLUE value IS 30 (12.11% from 255) = 20.55%
R=38.36%
G=41.10%
B=20.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5660300.0700.500.766833.3317.65
Hex383C1E70324C442112
Octal70743670621141044122
Binary1110001111001111011101100101001100100010010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,60,30); }

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

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

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

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

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

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

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