#383B12

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

Shades of Turtle Green #383B12

Tints of Turtle Green #383B12

Color information

#383B12 (or 0x383B12) is unknown color: approx Turtle Green. HEX triplet: 38, 3B and 12. RGB value is (56,59,18). Sum of RGB (Red+Green+Blue) = 56+59+18=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 59 (23.44% from 255 or 44.36% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 59 - color contains mainly: green. Hex color #383B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383B12 is #C7C4ED. Grayscale: #353535. Windows color (decimal): -13092078 or 1194808. OLE color: 1194808.

HSL color Cylindrical-coordinate representation of color #383B12: hue angle of 64.39º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #383B12 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.77.

Color convert

RGB565918-
CMYK0.0500.690.77
HSL64.39º53.25%15.1%-
HSV(B)64.39º69.49%23.14%-
XYZ3.34.011.17-
YUV53.43108.01129.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.11%
GREEN value IS 59 (23.44% from 255) = 44.36%
BLUE value IS 18 (7.42% from 255) = 13.53%
R=42.11%
G=44.36%
B=13.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5659180.0500.690.7764.3953.2515.1
Hex383B1250454D4035f
Octal707322501051151006517
Binary1110001110111001010101000101100110110000001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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