#38634E

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

Shades of Plantation #38634E

Tints of Plantation #38634E

Color information

#38634E (or 0x38634E) is unknown color: approx Plantation. HEX triplet: 38, 63 and 4E. RGB value is (56,99,78). Sum of RGB (Red+Green+Blue) = 56+99+78=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 99 - color contains mainly: green. Hex color #38634E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38634E is #C79CB1. Grayscale: #535353. Windows color (decimal): -13081778 or 5137208. OLE color: 5137208.

HSL color Cylindrical-coordinate representation of color #38634E: hue angle of 150.7º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #38634E is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB569978-
CMYK0.4300.210.61
HSL150.7º27.74%30.39%-
HSV(B)150.7º43.43%38.82%-
XYZ7.4710.318.81-
YUV83.75124.75108.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 99 (39.06% from 255) = 42.49%
BLUE value IS 78 (30.86% from 255) = 33.48%
R=24.03%
G=42.49%
B=33.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5699780.4300.210.61150.727.7430.39
Hex38634E2B0153D971c1e
Octal7014311653025752273436
Binary11100011000111001110101011010101111101100101111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38634E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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