Html Css Color HEX #365344 Plantation

📋 copy color: '#365344'

red 54 ◦ green 83 ◦ blue 68

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

Shades of Plantation #365344

Tints of Plantation #365344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 33.17%

R = 26.34%
G = 40.49%
B = 33.17%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#365344 (or 0x365344) is known color: Plantation. HEX triplet: 36, 53 and 44. RGB value is (54,83,68). Sum of RGB (Red+Green+Blue) = 54+83+68=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #365344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365344 is #C9ACBB. Grayscale: #484848. Windows color (decimal): -13216956 or 4477750. OLE color: 4477750.

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

Color convert

RGB 54 83 68 -
CMYK 0.35 0 0.18 0.67
HSL 148.97º 0.21% 0.27% -
HSV(B) 148.97º 0.35% 0.33% -
XYZ 5.66 7.39 6.6 -
YUV 72.62 125.39 114.72 -
System Red Green Blue C M Y K H S L
Decimal 54 83 68 0.35 0 0.18 0.67 148.97 0.21 0.27
Hex 36 53 44 23 0 12 43 95 15 1B
Octal 66 123 104 43 0 22 103 225 25 33
Binary 110110 1010011 1000100 100011 0 10010 1000011 10010101 10101 11011

Color Harmonies of #365344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365344

Black with #365344

Text Example


Text Example

White with #365344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365344; }

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

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

background-color css

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

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

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

border-color css

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

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

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