Html Css Color HEX #395A4A Plantation

📋 copy color: '#395A4A'

red 57 ◦ green 90 ◦ blue 74

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

Shades of Plantation #395A4A

Tints of Plantation #395A4A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.72%

 BLUE value IS 74 (29.3% from 255) = 33.48%

R = 25.79%
G = 40.72%
B = 33.48%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#395A4A (or 0x395A4A) is known color: Plantation. HEX triplet: 39, 5A and 4A. RGB value is (57,90,74). Sum of RGB (Red+Green+Blue) = 57+90+74=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 90 - color contains mainly: green. Hex color #395A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395A4A is #C6A5B5. Grayscale: #4E4E4E. Windows color (decimal): -13018550 or 4872761. OLE color: 4872761.

HSL color Cylindrical-coordinate representation of color #395A4A: hue angle of 150.91º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #395A4A is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 90 74 -
CMYK 0.37 0 0.18 0.65
HSL 150.91º 0.22% 0.29% -
HSV(B) 150.91º 0.37% 0.35% -
XYZ 6.58 8.68 7.81 -
YUV 78.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 57 90 74 0.37 0 0.18 0.65 150.91 0.22 0.29
Hex 39 5A 4A 25 0 12 41 97 16 1D
Octal 71 132 112 45 0 22 101 227 26 35
Binary 111001 1011010 1001010 100101 0 10010 1000001 10010111 10110 11101

Color Harmonies of #395A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395A4A

Black with #395A4A

Text Example


Text Example

White with #395A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,90,74); }

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

background-color css

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

 a { background-color: rgb(57,90,74); }

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

border-color css

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

 span { border-color: rgb(57,90,74); }

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