Html Css Color HEX #365346 Plantation

📋 copy color: '#365346'

red 54 ◦ green 83 ◦ blue 70

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

Shades of Plantation #365346

Tints of Plantation #365346

RGB

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

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

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

R = 26.09%
G = 40.1%
B = 33.82%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#365346 (or 0x365346) is known color: Plantation. HEX triplet: 36, 53 and 46. RGB value is (54,83,70). Sum of RGB (Red+Green+Blue) = 54+83+70=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #365346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365346 is #C9ACB9. Grayscale: #484848. Windows color (decimal): -13216954 or 4608822. OLE color: 4608822.

HSL color Cylindrical-coordinate representation of color #365346: hue angle of 153.1º 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 #365346 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 83 70 -
CMYK 0.35 0 0.16 0.67
HSL 153.1º 0.21% 0.27% -
HSV(B) 153.1º 0.35% 0.33% -
XYZ 5.72 7.41 6.92 -
YUV 72.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 54 83 70 0.35 0 0.16 0.67 153.1 0.21 0.27
Hex 36 53 46 23 0 10 43 99 15 1B
Octal 66 123 106 43 0 20 103 231 25 33
Binary 110110 1010011 1000110 100011 0 10000 1000011 10011001 10101 11011

Color Harmonies of #365346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365346

Black with #365346

Text Example


Text Example

White with #365346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365346; }

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

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

background-color css

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

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

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

border-color css

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

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

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