Html Css Color HEX #36654A Plantation

📋 copy color: '#36654A'

red 54 ◦ green 101 ◦ blue 74

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

Shades of Plantation #36654A

Tints of Plantation #36654A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.1%

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

R = 23.58%
G = 44.1%
B = 32.31%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.60

RGB Variations

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

Color information

#36654A (or 0x36654A) is known color: Plantation. HEX triplet: 36, 65 and 4A. RGB value is (54,101,74). Sum of RGB (Red+Green+Blue) = 54+101+74=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 101 - color contains mainly: green. Hex color #36654A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36654A is #C99AB5. Grayscale: #535353. Windows color (decimal): -13212342 or 4875574. OLE color: 4875574.

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

Color convert

RGB 54 101 74 -
CMYK 0.47 0 0.27 0.60
HSL 145.53º 0.3% 0.3% -
HSV(B) 145.53º 0.47% 0.4% -
XYZ 7.41 10.59 8.13 -
YUV 83.87 122.43 106.7 -
System Red Green Blue C M Y K H S L
Decimal 54 101 74 0.47 0 0.27 0.60 145.53 0.3 0.3
Hex 36 65 4A 2F 0 1B 3C 92 1E 1E
Octal 66 145 112 57 0 33 74 222 36 36
Binary 110110 1100101 1001010 101111 0 11011 111100 10010010 11110 11110

Color Harmonies of #36654A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36654A

Black with #36654A

Text Example


Text Example

White with #36654A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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