Html Css Color HEX #395344 Plantation

📋 copy color: '#395344'

red 57 ◦ green 83 ◦ blue 68

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

Shades of Plantation #395344

Tints of Plantation #395344

RGB

 RED value IS 57 (22.66% from 255) = 27.4%

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

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

R = 27.4%
G = 39.9%
B = 32.69%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#395344 (or 0x395344) is known color: Plantation. HEX triplet: 39, 53 and 44. RGB value is (57,83,68). Sum of RGB (Red+Green+Blue) = 57+83+68=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 83 - color contains mainly: green. Hex color #395344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395344 is #C6ACBB. Grayscale: #494949. Windows color (decimal): -13020348 or 4477753. OLE color: 4477753.

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

Color convert

RGB 57 83 68 -
CMYK 0.31 0 0.18 0.67
HSL 145.38º 0.19% 0.27% -
HSV(B) 145.38º 0.31% 0.33% -
XYZ 5.82 7.47 6.6 -
YUV 73.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 57 83 68 0.31 0 0.18 0.67 145.38 0.19 0.27
Hex 39 53 44 1F 0 12 43 91 13 1B
Octal 71 123 104 37 0 22 103 221 23 33
Binary 111001 1010011 1000100 11111 0 10010 1000011 10010001 10011 11011

Color Harmonies of #395344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395344

Black with #395344

Text Example


Text Example

White with #395344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395344; }

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

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

background-color css

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

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

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

border-color css

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

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

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