Html Css Color HEX #365A45 Plantation

📋 copy color: '#365A45'

red 54 ◦ green 90 ◦ blue 69

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

Shades of Plantation #365A45

Tints of Plantation #365A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 32.39%

R = 25.35%
G = 42.25%
B = 32.39%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.65

RGB Variations

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

Color information

#365A45 (or 0x365A45) is known color: Plantation. HEX triplet: 36, 5A and 45. RGB value is (54,90,69). Sum of RGB (Red+Green+Blue) = 54+90+69=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 90 - color contains mainly: green. Hex color #365A45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365A45 is #C9A5BA. Grayscale: #4C4C4C. Windows color (decimal): -13215163 or 4545078. OLE color: 4545078.

HSL color Cylindrical-coordinate representation of color #365A45: hue angle of 145º 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 #365A45 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 90 69 -
CMYK 0.40 0 0.23 0.65
HSL 145º 0.25% 0.28% -
HSV(B) 145º 0.4% 0.35% -
XYZ 6.25 8.53 6.95 -
YUV 76.84 123.57 111.71 -
System Red Green Blue C M Y K H S L
Decimal 54 90 69 0.40 0 0.23 0.65 145 0.25 0.28
Hex 36 5A 45 28 0 17 41 91 19 1C
Octal 66 132 105 50 0 27 101 221 31 34
Binary 110110 1011010 1000101 101000 0 10111 1000001 10010001 11001 11100

Color Harmonies of #365A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A45

Black with #365A45

Text Example


Text Example

White with #365A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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