Html Css Color HEX #365746 Plantation

📋 copy color: '#365746'

red 54 ◦ green 87 ◦ blue 70

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

Shades of Plantation #365746

Tints of Plantation #365746

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.23%

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

R = 25.59%
G = 41.23%
B = 33.18%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#365746 (or 0x365746) is known color: Plantation. HEX triplet: 36, 57 and 46. RGB value is (54,87,70). Sum of RGB (Red+Green+Blue) = 54+87+70=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 87 (34.38% from 255 or 41.23% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 87 - color contains mainly: green. Hex color #365746 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365746 is #C9A8B9. Grayscale: #4B4B4B. Windows color (decimal): -13215930 or 4609846. OLE color: 4609846.

HSL color Cylindrical-coordinate representation of color #365746: hue angle of 149.09º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #365746 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB 54 87 70 -
CMYK 0.38 0 0.20 0.66
HSL 149.09º 0.23% 0.28% -
HSV(B) 149.09º 0.38% 0.34% -
XYZ 6.04 8.04 7.03 -
YUV 75.2 125.07 112.88 -
System Red Green Blue C M Y K H S L
Decimal 54 87 70 0.38 0 0.20 0.66 149.09 0.23 0.28
Hex 36 57 46 26 0 14 42 95 17 1C
Octal 66 127 106 46 0 24 102 225 27 34
Binary 110110 1010111 1000110 100110 0 10100 1000010 10010101 10111 11100

Color Harmonies of #365746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365746

Black with #365746

Text Example


Text Example

White with #365746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365746; }

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

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

background-color css

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

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

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

border-color css

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

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

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