Html Css Color HEX #365345 Plantation

📋 copy color: '#365345'

red 54 ◦ green 83 ◦ blue 69

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

Shades of Plantation #365345

Tints of Plantation #365345

RGB

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

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

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

R = 26.21%
G = 40.29%
B = 33.5%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#365345 (or 0x365345) is known color: Plantation. HEX triplet: 36, 53 and 45. RGB value is (54,83,69). Sum of RGB (Red+Green+Blue) = 54+83+69=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 83 - color contains mainly: green. Hex color #365345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365345 is #C9ACBA. Grayscale: #484848. Windows color (decimal): -13216955 or 4543286. OLE color: 4543286.

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

Color convert

RGB 54 83 69 -
CMYK 0.35 0 0.17 0.67
HSL 151.03º 0.21% 0.27% -
HSV(B) 151.03º 0.35% 0.33% -
XYZ 5.69 7.4 6.76 -
YUV 72.73 125.89 114.64 -
System Red Green Blue C M Y K H S L
Decimal 54 83 69 0.35 0 0.17 0.67 151.03 0.21 0.27
Hex 36 53 45 23 0 11 43 97 15 1B
Octal 66 123 105 43 0 21 103 227 25 33
Binary 110110 1010011 1000101 100011 0 10001 1000011 10010111 10101 11011

Color Harmonies of #365345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365345

Black with #365345

Text Example


Text Example

White with #365345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365345; }

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

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

background-color css

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

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

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

border-color css

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

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

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