Html Css Color HEX #36604A Plantation

📋 copy color: '#36604A'

red 54 ◦ green 96 ◦ blue 74

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

Shades of Plantation #36604A

Tints of Plantation #36604A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.86%

 BLUE value IS 74 (29.3% from 255) = 33.04%

R = 24.11%
G = 42.86%
B = 33.04%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#36604A (or 0x36604A) is known color: Plantation. HEX triplet: 36, 60 and 4A. RGB value is (54,96,74). Sum of RGB (Red+Green+Blue) = 54+96+74=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #36604A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36604A is #C99FB5. Grayscale: #505050. Windows color (decimal): -13213622 or 4874294. OLE color: 4874294.

HSL color Cylindrical-coordinate representation of color #36604A: hue angle of 148.57º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #36604A is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 96 74 -
CMYK 0.44 0 0.23 0.62
HSL 148.57º 0.28% 0.29% -
HSV(B) 148.57º 0.44% 0.38% -
XYZ 6.94 9.64 7.97 -
YUV 80.93 124.09 108.79 -
System Red Green Blue C M Y K H S L
Decimal 54 96 74 0.44 0 0.23 0.62 148.57 0.28 0.29
Hex 36 60 4A 2C 0 17 3E 95 1C 1D
Octal 66 140 112 54 0 27 76 225 34 35
Binary 110110 1100000 1001010 101100 0 10111 111110 10010101 11100 11101

Color Harmonies of #36604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36604A

Black with #36604A

Text Example


Text Example

White with #36604A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #36604A;
 }
 .AnyTagClassName
 {
   color: #36604A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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