Html Css Color HEX #36654C Plantation

📋 copy color: '#36654C'

red 54 ◦ green 101 ◦ blue 76

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

Shades of Plantation #36654C

Tints of Plantation #36654C

RGB

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

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

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

R = 23.38%
G = 43.72%
B = 32.9%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.25

 K value IS 0.60

RGB Variations

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

Color information

#36654C (or 0x36654C) is known color: Plantation. HEX triplet: 36, 65 and 4C. RGB value is (54,101,76). Sum of RGB (Red+Green+Blue) = 54+101+76=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 101 - color contains mainly: green. Hex color #36654C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36654C is #C99AB3. Grayscale: #545454. Windows color (decimal): -13212340 or 5006646. OLE color: 5006646.

HSL color Cylindrical-coordinate representation of color #36654C: hue angle of 148.09º 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 #36654C is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB 54 101 76 -
CMYK 0.47 0 0.25 0.60
HSL 148.09º 0.3% 0.3% -
HSV(B) 148.09º 0.47% 0.4% -
XYZ 7.48 10.61 8.49 -
YUV 84.1 123.43 106.53 -
System Red Green Blue C M Y K H S L
Decimal 54 101 76 0.47 0 0.25 0.60 148.09 0.3 0.3
Hex 36 65 4C 2F 0 19 3C 94 1E 1E
Octal 66 145 114 57 0 31 74 224 36 36
Binary 110110 1100101 1001100 101111 0 11001 111100 10010100 11110 11110

Color Harmonies of #36654C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36654C

Black with #36654C

Text Example


Text Example

White with #36654C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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