#38684C

Color #38684C Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #38684C

Tints of Plantation #38684C

Color information

#38684C (or 0x38684C) is unknown color: approx Plantation. HEX triplet: 38, 68 and 4C. RGB value is (56,104,76). Sum of RGB (Red+Green+Blue) = 56+104+76=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 104 - color contains mainly: green. Hex color #38684C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38684C is #C797B3. Grayscale: #565656. Windows color (decimal): -13080500 or 5007416. OLE color: 5007416.

HSL color Cylindrical-coordinate representation of color #38684C: hue angle of 145º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38684C is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB5610476-
CMYK0.4600.270.59
HSL145º30%31.37%-
HSV(B)145º46.15%40.78%-
XYZ7.8911.268.6-
YUV86.46122.1106.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.73%
GREEN value IS 104 (41.02% from 255) = 44.07%
BLUE value IS 76 (30.08% from 255) = 32.20%
R=23.73%
G=44.07%
B=32.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56104760.4600.270.591453031.37
Hex38684C2E01B3B911e1f
Octal7015011456033732213637
Binary11100011010001001100101110011011111011100100011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38684C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38684C; }

 p { color: rgb(56,104,76); }

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

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

 a { background-color: rgb(56,104,76); }

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

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

 span { border-color: rgb(56,104,76); }

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