#38644E

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

Shades of Plantation #38644E

Tints of Plantation #38644E

Color information

#38644E (or 0x38644E) is unknown color: approx Plantation. HEX triplet: 38, 64 and 4E. RGB value is (56,100,78). Sum of RGB (Red+Green+Blue) = 56+100+78=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 100 - color contains mainly: green. Hex color #38644E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38644E is #C79BB1. Grayscale: #545454. Windows color (decimal): -13081522 or 5137464. OLE color: 5137464.

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

Color convert

RGB5610078-
CMYK0.4400.220.61
HSL150º28.21%30.59%-
HSV(B)150º44%39.22%-
XYZ7.5610.518.84-
YUV84.34124.42107.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.93%
GREEN value IS 100 (39.45% from 255) = 42.74%
BLUE value IS 78 (30.86% from 255) = 33.33%
R=23.93%
G=42.74%
B=33.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal56100780.4400.220.6115028.2130.59
Hex38644E2C0163D961c1f
Octal7014411654026752263437
Binary11100011001001001110101100010110111101100101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38644E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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