Html Css Color HEX #395D4B Plantation

📋 copy color: '#395D4B'

red 57 ◦ green 93 ◦ blue 75

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

Shades of Plantation #395D4B

Tints of Plantation #395D4B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 41.33%

 BLUE value IS 75 (29.69% from 255) = 33.33%

R = 25.33%
G = 41.33%
B = 33.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#395D4B (or 0x395D4B) is known color: Plantation. HEX triplet: 39, 5D and 4B. RGB value is (57,93,75). Sum of RGB (Red+Green+Blue) = 57+93+75=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 93 - color contains mainly: green. Hex color #395D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395D4B is #C6A2B4. Grayscale: #505050. Windows color (decimal): -13017781 or 4939065. OLE color: 4939065.

HSL color Cylindrical-coordinate representation of color #395D4B: hue angle of 150º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #395D4B is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 93 75 -
CMYK 0.39 0 0.19 0.64
HSL 150º 0.24% 0.29% -
HSV(B) 150º 0.39% 0.36% -
XYZ 6.87 9.21 8.07 -
YUV 80.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 57 93 75 0.39 0 0.19 0.64 150 0.24 0.29
Hex 39 5D 4B 27 0 13 40 96 18 1D
Octal 71 135 113 47 0 23 100 226 30 35
Binary 111001 1011101 1001011 100111 0 10011 1000000 10010110 11000 11101

Color Harmonies of #395D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395D4B

Black with #395D4B

Text Example


Text Example

White with #395D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395D4B; }

 p { color: rgb(57,93,75); }

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

background-color css

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

 a { background-color: rgb(57,93,75); }

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

border-color css

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

 span { border-color: rgb(57,93,75); }

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