#383E12

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

Shades of Turtle Green #383E12

Tints of Turtle Green #383E12

Color information

#383E12 (or 0x383E12) is unknown color: approx Turtle Green. HEX triplet: 38, 3E and 12. RGB value is (56,62,18). Sum of RGB (Red+Green+Blue) = 56+62+18=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 62 (24.61% from 255 or 45.59% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 62 - color contains mainly: green. Hex color #383E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383E12 is #C7C1ED. Grayscale: #373737. Windows color (decimal): -13091310 or 1195576. OLE color: 1195576.

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

Color convert

RGB566218-
CMYK0.1000.710.76
HSL68.18º55%15.69%-
HSV(B)68.18º70.97%24.31%-
XYZ3.464.331.23-
YUV55.19107.01128.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.18%
GREEN value IS 62 (24.61% from 255) = 45.59%
BLUE value IS 18 (7.42% from 255) = 13.24%
R=41.18%
G=45.59%
B=13.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5662180.1000.710.7668.185515.69
Hex383E12A0474C443710
Octal7076221201071141046720
Binary111000111110100101010010001111001100100010011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,62,18); }

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

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

 a { background-color: rgb(56,62,18); }

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

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

 span { border-color: rgb(56,62,18); }

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