Html Css Color HEX #36644C Plantation

📋 copy color: '#36644C'

red 54 ◦ green 100 ◦ blue 76

#36644C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plantation #36644C

Tints of Plantation #36644C

RGB

 RED value IS 54 (21.48% from 255) = 23.48%

 GREEN value IS 100 (39.45% from 255) = 43.48%

 BLUE value IS 76 (30.08% from 255) = 33.04%

R = 23.48%
G = 43.48%
B = 33.04%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#36644C (or 0x36644C) is known color: Plantation. HEX triplet: 36, 64 and 4C. RGB value is (54,100,76). Sum of RGB (Red+Green+Blue) = 54+100+76=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 100 (39.45% from 255 or 43.48% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 100 - color contains mainly: green. Hex color #36644C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36644C is #C99BB3. Grayscale: #535353. Windows color (decimal): -13212596 or 5006390. OLE color: 5006390.

HSL color Cylindrical-coordinate representation of color #36644C: hue angle of 148.7º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #36644C is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB 54 100 76 -
CMYK 0.46 0 0.24 0.61
HSL 148.7º 0.3% 0.3% -
HSV(B) 148.7º 0.46% 0.39% -
XYZ 7.38 10.42 8.46 -
YUV 83.51 123.76 106.95 -
System Red Green Blue C M Y K H S L
Decimal 54 100 76 0.46 0 0.24 0.61 148.7 0.3 0.3
Hex 36 64 4C 2E 0 18 3D 95 1E 1E
Octal 66 144 114 56 0 30 75 225 36 36
Binary 110110 1100100 1001100 101110 0 11000 111101 10010101 11110 11110

Color Harmonies of #36644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36644C

Black with #36644C

Text Example


Text Example

White with #36644C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36644C; }

 p { color: rgb(54,100,76); }

 H1.HeaderClassName
 {
   color: #36644C;
 }
 .AnyTagClassName
 {
   color: #36644C;
 }
</style>

background-color css

<style>
 a { background-color: #36644C; }

 a { background-color: rgb(54,100,76); }

 div.DivClassName
 {
   background-color: #36644C;
 }
 .BgClassName
 {
   background-color: #36644C;
 }
</style>

border-color css

<style>
 span { border-color: #36644C; }

 span { border-color: rgb(54,100,76); }

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