Html Css Color HEX #365343 Plantation

📋 copy color: '#365343'

red 54 ◦ green 83 ◦ blue 67

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

Shades of Plantation #365343

Tints of Plantation #365343

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.69%

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

R = 26.47%
G = 40.69%
B = 32.84%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#365343 (or 0x365343) is known color: Plantation. HEX triplet: 36, 53 and 43. RGB value is (54,83,67). Sum of RGB (Red+Green+Blue) = 54+83+67=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #365343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365343 is #C9ACBC. Grayscale: #484848. Windows color (decimal): -13216957 or 4412214. OLE color: 4412214.

HSL color Cylindrical-coordinate representation of color #365343: hue angle of 146.9º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #365343 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 83 67 -
CMYK 0.35 0 0.19 0.67
HSL 146.9º 0.21% 0.27% -
HSV(B) 146.9º 0.35% 0.33% -
XYZ 5.63 7.38 6.44 -
YUV 72.51 124.89 114.8 -
System Red Green Blue C M Y K H S L
Decimal 54 83 67 0.35 0 0.19 0.67 146.9 0.21 0.27
Hex 36 53 43 23 0 13 43 93 15 1B
Octal 66 123 103 43 0 23 103 223 25 33
Binary 110110 1010011 1000011 100011 0 10011 1000011 10010011 10101 11011

Color Harmonies of #365343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365343

Black with #365343

Text Example


Text Example

White with #365343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365343; }

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

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

background-color css

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

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

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

border-color css

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

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

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