#38694E

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

Shades of Plantation #38694E

Tints of Plantation #38694E

Color information

#38694E (or 0x38694E) is unknown color: approx Plantation. HEX triplet: 38, 69 and 4E. RGB value is (56,105,78). Sum of RGB (Red+Green+Blue) = 56+105+78=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 105 - color contains mainly: green. Hex color #38694E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38694E is #C796B1. Grayscale: #575757. Windows color (decimal): -13080242 or 5138744. OLE color: 5138744.

HSL color Cylindrical-coordinate representation of color #38694E: hue angle of 146.94º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #38694E is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB5610578-
CMYK0.4700.260.59
HSL146.94º30.43%31.57%-
HSV(B)146.94º46.67%41.18%-
XYZ8.0611.499-
YUV87.27122.77105.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 105 (41.41% from 255) = 43.93%
BLUE value IS 78 (30.86% from 255) = 32.64%
R=23.43%
G=43.93%
B=32.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56105780.4700.260.59146.9430.4331.57
Hex38694E2F01A3B931e20
Octal7015111657032732233640
Binary111000110100110011101011110110101110111001001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38694E; }

 p { color: rgb(56,105,78); }

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

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

 a { background-color: rgb(56,105,78); }

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

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

 span { border-color: rgb(56,105,78); }

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