#38664E

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

Shades of Plantation #38664E

Tints of Plantation #38664E

Color information

#38664E (or 0x38664E) is unknown color: approx Plantation. HEX triplet: 38, 66 and 4E. RGB value is (56,102,78). Sum of RGB (Red+Green+Blue) = 56+102+78=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 102 - color contains mainly: green. Hex color #38664E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38664E is #C799B1. Grayscale: #555555. Windows color (decimal): -13081010 or 5137976. OLE color: 5137976.

HSL color Cylindrical-coordinate representation of color #38664E: hue angle of 148.7º 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 #38664E is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB5610278-
CMYK0.4500.240.6
HSL148.7º29.11%30.98%-
HSV(B)148.7º45.1%40%-
XYZ7.7610.898.9-
YUV85.51123.76106.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.73%
GREEN value IS 102 (40.23% from 255) = 43.22%
BLUE value IS 78 (30.86% from 255) = 33.05%
R=23.73%
G=43.22%
B=33.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal56102780.4500.240.6148.729.1130.98
Hex38664E2D0183C951d1f
Octal7014611655030742253537
Binary11100011001101001110101101011000111100100101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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