Html Css Color HEX #365243 Plantation

📋 copy color: '#365243'

red 54 ◦ green 82 ◦ blue 67

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

Shades of Plantation #365243

Tints of Plantation #365243

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.39%

 BLUE value IS 67 (26.56% from 255) = 33%

R = 26.6%
G = 40.39%
B = 33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.68

RGB Variations

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

Color information

#365243 (or 0x365243) is known color: Plantation. HEX triplet: 36, 52 and 43. RGB value is (54,82,67). Sum of RGB (Red+Green+Blue) = 54+82+67=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 82 - color contains mainly: green. Hex color #365243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365243 is #C9ADBC. Grayscale: #474747. Windows color (decimal): -13217213 or 4411958. OLE color: 4411958.

HSL color Cylindrical-coordinate representation of color #365243: hue angle of 147.86º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #365243 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 82 67 -
CMYK 0.34 0 0.18 0.68
HSL 147.86º 0.21% 0.27% -
HSV(B) 147.86º 0.34% 0.32% -
XYZ 5.55 7.22 6.41 -
YUV 71.92 125.22 115.22 -
System Red Green Blue C M Y K H S L
Decimal 54 82 67 0.34 0 0.18 0.68 147.86 0.21 0.27
Hex 36 52 43 22 0 12 44 94 15 1B
Octal 66 122 103 42 0 22 104 224 25 33
Binary 110110 1010010 1000011 100010 0 10010 1000100 10010100 10101 11011

Color Harmonies of #365243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365243

Black with #365243

Text Example


Text Example

White with #365243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365243; }

 p { color: rgb(54,82,67); }

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

background-color css

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

 a { background-color: rgb(54,82,67); }

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

border-color css

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

 span { border-color: rgb(54,82,67); }

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