Html Css Color HEX #365145 Plantation

📋 copy color: '#365145'

red 54 ◦ green 81 ◦ blue 69

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

Shades of Plantation #365145

Tints of Plantation #365145

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.71%

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

R = 26.47%
G = 39.71%
B = 33.82%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#365145 (or 0x365145) is known color: Plantation. HEX triplet: 36, 51 and 45. RGB value is (54,81,69). Sum of RGB (Red+Green+Blue) = 54+81+69=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 81 - color contains mainly: green. Hex color #365145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365145 is #C9AEBA. Grayscale: #474747. Windows color (decimal): -13217467 or 4542774. OLE color: 4542774.

HSL color Cylindrical-coordinate representation of color #365145: hue angle of 153.33º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #365145 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 81 69 -
CMYK 0.33 0 0.15 0.68
HSL 153.33º 0.2% 0.26% -
HSV(B) 153.33º 0.33% 0.32% -
XYZ 5.54 7.1 6.71 -
YUV 71.56 126.55 115.48 -
System Red Green Blue C M Y K H S L
Decimal 54 81 69 0.33 0 0.15 0.68 153.33 0.2 0.26
Hex 36 51 45 21 0 F 44 99 14 1A
Octal 66 121 105 41 0 17 104 231 24 32
Binary 110110 1010001 1000101 100001 0 1111 1000100 10011001 10100 11010

Color Harmonies of #365145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365145

Black with #365145

Text Example


Text Example

White with #365145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365145; }

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

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

background-color css

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

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

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

border-color css

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

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

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