Html Css Color HEX #365946 Plantation

📋 copy color: '#365946'

red 54 ◦ green 89 ◦ blue 70

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

Shades of Plantation #365946

Tints of Plantation #365946

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.78%

 BLUE value IS 70 (27.73% from 255) = 32.86%

R = 25.35%
G = 41.78%
B = 32.86%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#365946 (or 0x365946) is known color: Plantation. HEX triplet: 36, 59 and 46. RGB value is (54,89,70). Sum of RGB (Red+Green+Blue) = 54+89+70=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #365946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365946 is #C9A6B9. Grayscale: #4C4C4C. Windows color (decimal): -13215418 or 4610358. OLE color: 4610358.

HSL color Cylindrical-coordinate representation of color #365946: hue angle of 147.43º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #365946 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 89 70 -
CMYK 0.39 0 0.21 0.65
HSL 147.43º 0.24% 0.28% -
HSV(B) 147.43º 0.39% 0.35% -
XYZ 6.2 8.37 7.08 -
YUV 76.37 124.4 112.04 -
System Red Green Blue C M Y K H S L
Decimal 54 89 70 0.39 0 0.21 0.65 147.43 0.24 0.28
Hex 36 59 46 27 0 15 41 93 18 1C
Octal 66 131 106 47 0 25 101 223 30 34
Binary 110110 1011001 1000110 100111 0 10101 1000001 10010011 11000 11100

Color Harmonies of #365946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365946

Black with #365946

Text Example


Text Example

White with #365946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365946; }

 p { color: rgb(54,89,70); }

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

background-color css

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

 a { background-color: rgb(54,89,70); }

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

border-color css

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

 span { border-color: rgb(54,89,70); }

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