Html Css Color HEX #365A46 Plantation

📋 copy color: '#365A46'

red 54 ◦ green 90 ◦ blue 70

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

Shades of Plantation #365A46

Tints of Plantation #365A46

RGB

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

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

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

R = 25.23%
G = 42.06%
B = 32.71%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#365A46 (or 0x365A46) is known color: Plantation. HEX triplet: 36, 5A and 46. RGB value is (54,90,70). Sum of RGB (Red+Green+Blue) = 54+90+70=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 90 - color contains mainly: green. Hex color #365A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365A46 is #C9A5B9. Grayscale: #4D4D4D. Windows color (decimal): -13215162 or 4610614. OLE color: 4610614.

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

Color convert

RGB 54 90 70 -
CMYK 0.40 0 0.22 0.65
HSL 146.67º 0.25% 0.28% -
HSV(B) 146.67º 0.4% 0.35% -
XYZ 6.28 8.54 7.11 -
YUV 76.96 124.07 111.63 -
System Red Green Blue C M Y K H S L
Decimal 54 90 70 0.40 0 0.22 0.65 146.67 0.25 0.28
Hex 36 5A 46 28 0 16 41 93 19 1C
Octal 66 132 106 50 0 26 101 223 31 34
Binary 110110 1011010 1000110 101000 0 10110 1000001 10010011 11001 11100

Color Harmonies of #365A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A46

Black with #365A46

Text Example


Text Example

White with #365A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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