#36674A

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

Shades of Plantation #36674A

Tints of Plantation #36674A

Color information

#36674A (or 0x36674A) is unknown color: approx Plantation. HEX triplet: 36, 67 and 4A. RGB value is (54,103,74). Sum of RGB (Red+Green+Blue) = 54+103+74=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 103 - color contains mainly: green. Hex color #36674A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36674A is #C998B5. Grayscale: #555555. Windows color (decimal): -13211830 or 4876086. OLE color: 4876086.

HSL color Cylindrical-coordinate representation of color #36674A: hue angle of 144.49º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #36674A is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB5410374-
CMYK0.4800.280.60
HSL144.49º31.21%30.78%-
HSV(B)144.49º47.57%40.39%-
XYZ7.6110.988.2-
YUV85.04121.77105.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.38%
GREEN value IS 103 (40.62% from 255) = 44.59%
BLUE value IS 74 (29.30% from 255) = 32.03%
R=23.38%
G=44.59%
B=32.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54103740.4800.280.60144.4931.2130.78
Hex36674A3001C3C901f1f
Octal6614711260034742203737
Binary11011011001111001010110000011100111100100100001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36674A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,103,74); }

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

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

 a { background-color: rgb(54,103,74); }

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

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

 span { border-color: rgb(54,103,74); }

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