#38684F

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

Shades of Plantation #38684F

Tints of Plantation #38684F

Color information

#38684F (or 0x38684F) is unknown color: approx Plantation. HEX triplet: 38, 68 and 4F. RGB value is (56,104,79). Sum of RGB (Red+Green+Blue) = 56+104+79=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 104 - color contains mainly: green. Hex color #38684F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38684F is #C797B0. Grayscale: #565656. Windows color (decimal): -13080497 or 5204024. OLE color: 5204024.

HSL color Cylindrical-coordinate representation of color #38684F: hue angle of 148.75º 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 #38684F is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB5610479-
CMYK0.4600.240.59
HSL148.75º30%31.37%-
HSV(B)148.75º46.15%40.78%-
XYZ7.9911.319.16-
YUV86.8123.6106.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 104 (41.02% from 255) = 43.51%
BLUE value IS 79 (31.25% from 255) = 33.05%
R=23.43%
G=43.51%
B=33.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56104790.4600.240.59148.753031.37
Hex38684F2E0183B951e1f
Octal7015011756030732253637
Binary11100011010001001111101110011000111011100101011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38684F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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