Html Css Color HEX #365B46 Plantation

📋 copy color: '#365B46'

red 54 ◦ green 91 ◦ blue 70

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

Shades of Plantation #365B46

Tints of Plantation #365B46

RGB

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

 GREEN value IS 91 (35.94% from 255) = 42.33%

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

R = 25.12%
G = 42.33%
B = 32.56%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#365B46 (or 0x365B46) is known color: Plantation. HEX triplet: 36, 5B and 46. RGB value is (54,91,70). Sum of RGB (Red+Green+Blue) = 54+91+70=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 91 - color contains mainly: green. Hex color #365B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365B46 is #C9A4B9. Grayscale: #4D4D4D. Windows color (decimal): -13214906 or 4610870. OLE color: 4610870.

HSL color Cylindrical-coordinate representation of color #365B46: hue angle of 145.95º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #365B46 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 91 70 -
CMYK 0.41 0 0.23 0.64
HSL 145.95º 0.26% 0.28% -
HSV(B) 145.95º 0.41% 0.36% -
XYZ 6.37 8.71 7.14 -
YUV 77.54 123.74 111.21 -
System Red Green Blue C M Y K H S L
Decimal 54 91 70 0.41 0 0.23 0.64 145.95 0.26 0.28
Hex 36 5B 46 29 0 17 40 92 1A 1C
Octal 66 133 106 51 0 27 100 222 32 34
Binary 110110 1011011 1000110 101001 0 10111 1000000 10010010 11010 11100

Color Harmonies of #365B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365B46

Black with #365B46

Text Example


Text Example

White with #365B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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