Html Css Color HEX #365A48 Plantation

📋 copy color: '#365A48'

red 54 ◦ green 90 ◦ blue 72

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

Shades of Plantation #365A48

Tints of Plantation #365A48

RGB

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

 GREEN value IS 90 (35.55% from 255) = 41.67%

 BLUE value IS 72 (28.52% from 255) = 33.33%

R = 25%
G = 41.67%
B = 33.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#365A48 (or 0x365A48) is known color: Plantation. HEX triplet: 36, 5A and 48. RGB value is (54,90,72). Sum of RGB (Red+Green+Blue) = 54+90+72=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 90 - color contains mainly: green. Hex color #365A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365A48 is #C9A5B7. Grayscale: #4D4D4D. Windows color (decimal): -13215160 or 4741686. OLE color: 4741686.

HSL color Cylindrical-coordinate representation of color #365A48: hue angle of 150º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #365A48 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 90 72 -
CMYK 0.40 0 0.20 0.65
HSL 150º 0.25% 0.28% -
HSV(B) 150º 0.4% 0.35% -
XYZ 6.35 8.56 7.45 -
YUV 77.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 54 90 72 0.40 0 0.20 0.65 150 0.25 0.28
Hex 36 5A 48 28 0 14 41 96 19 1C
Octal 66 132 110 50 0 24 101 226 31 34
Binary 110110 1011010 1001000 101000 0 10100 1000001 10010110 11001 11100

Color Harmonies of #365A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A48

Black with #365A48

Text Example


Text Example

White with #365A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365A48; }

 p { color: rgb(54,90,72); }

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

background-color css

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

 a { background-color: rgb(54,90,72); }

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

border-color css

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

 span { border-color: rgb(54,90,72); }

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