#38664A

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

Shades of Plantation #38664A

Tints of Plantation #38664A

Color information

#38664A (or 0x38664A) is unknown color: approx Plantation. HEX triplet: 38, 66 and 4A. RGB value is (56,102,74). Sum of RGB (Red+Green+Blue) = 56+102+74=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 102 (40.23% from 255 or 43.97% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 102 - color contains mainly: green. Hex color #38664A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38664A is #C799B5. Grayscale: #555555. Windows color (decimal): -13081014 or 4875832. OLE color: 4875832.

HSL color Cylindrical-coordinate representation of color #38664A: hue angle of 143.48º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #38664A is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB5610274-
CMYK0.4500.270.6
HSL143.48º29.11%30.98%-
HSV(B)143.48º45.1%40%-
XYZ7.6210.848.17-
YUV85.05121.76107.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.14%
GREEN value IS 102 (40.23% from 255) = 43.97%
BLUE value IS 74 (29.30% from 255) = 31.90%
R=24.14%
G=43.97%
B=31.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal56102740.4500.270.6143.4829.1130.98
Hex38664A2D01B3C8f1d1f
Octal7014611255033742173537
Binary11100011001101001010101101011011111100100011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38664A; }

 p { color: rgb(56,102,74); }

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

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

 a { background-color: rgb(56,102,74); }

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

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

 span { border-color: rgb(56,102,74); }

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