#38664B

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

Shades of Plantation #38664B

Tints of Plantation #38664B

Color information

#38664B (or 0x38664B) is unknown color: approx Plantation. HEX triplet: 38, 66 and 4B. RGB value is (56,102,75). Sum of RGB (Red+Green+Blue) = 56+102+75=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 102 - color contains mainly: green. Hex color #38664B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38664B is #C799B4. Grayscale: #555555. Windows color (decimal): -13081013 or 4941368. OLE color: 4941368.

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

Color convert

RGB5610275-
CMYK0.4500.260.6
HSL144.78º29.11%30.98%-
HSV(B)144.78º45.1%40%-
XYZ7.6510.858.35-
YUV85.17122.26107.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 102 (40.23% from 255) = 43.78%
BLUE value IS 75 (29.69% from 255) = 32.19%
R=24.03%
G=43.78%
B=32.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal56102750.4500.260.6144.7829.1130.98
Hex38664B2D01A3C911d1f
Octal7014611355032742213537
Binary11100011001101001011101101011010111100100100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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