Html Css Color HEX #365347 Plantation

📋 copy color: '#365347'

red 54 ◦ green 83 ◦ blue 71

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

Shades of Plantation #365347

Tints of Plantation #365347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 34.13%

R = 25.96%
G = 39.9%
B = 34.13%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#365347 (or 0x365347) is known color: Plantation. HEX triplet: 36, 53 and 47. RGB value is (54,83,71). Sum of RGB (Red+Green+Blue) = 54+83+71=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 83 - color contains mainly: green. Hex color #365347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365347 is #C9ACB8. Grayscale: #484848. Windows color (decimal): -13216953 or 4674358. OLE color: 4674358.

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

Color convert

RGB 54 83 71 -
CMYK 0.35 0 0.14 0.67
HSL 155.17º 0.21% 0.27% -
HSV(B) 155.17º 0.35% 0.33% -
XYZ 5.75 7.43 7.09 -
YUV 72.96 126.89 114.48 -
System Red Green Blue C M Y K H S L
Decimal 54 83 71 0.35 0 0.14 0.67 155.17 0.21 0.27
Hex 36 53 47 23 0 E 43 9B 15 1B
Octal 66 123 107 43 0 16 103 233 25 33
Binary 110110 1010011 1000111 100011 0 1110 1000011 10011011 10101 11011

Color Harmonies of #365347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365347

Black with #365347

Text Example


Text Example

White with #365347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365347; }

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

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

background-color css

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

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

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

border-color css

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

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

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