#384312

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

Shades of Turtle Green #384312

Tints of Turtle Green #384312

Color information

#384312 (or 0x384312) is unknown color: approx Turtle Green. HEX triplet: 38, 43 and 12. RGB value is (56,67,18). Sum of RGB (Red+Green+Blue) = 56+67+18=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 67 - color contains mainly: green. Hex color #384312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384312 is #C7BCED. Grayscale: #3A3A3A. Windows color (decimal): -13090030 or 1196856. OLE color: 1196856.

HSL color Cylindrical-coordinate representation of color #384312: hue angle of 73.47º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #384312 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB566718-
CMYK0.1600.730.74
HSL73.47º57.65%16.67%-
HSV(B)73.47º73.13%26.27%-
XYZ3.754.91.32-
YUV58.12105.36126.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.72%
GREEN value IS 67 (26.56% from 255) = 47.52%
BLUE value IS 18 (7.42% from 255) = 12.77%
R=39.72%
G=47.52%
B=12.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5667180.1600.730.7473.4757.6516.67
Hex384312100494A493a11
Octal70103222001111121117221
Binary11100010000111001010000010010011001010100100111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384312; }

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

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

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

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

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

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

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

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