Html Css Color HEX #39594A Plantation

📋 copy color: '#39594A'

red 57 ◦ green 89 ◦ blue 74

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

Shades of Plantation #39594A

Tints of Plantation #39594A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.45%

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

R = 25.91%
G = 40.45%
B = 33.64%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#39594A (or 0x39594A) is known color: Plantation. HEX triplet: 39, 59 and 4A. RGB value is (57,89,74). Sum of RGB (Red+Green+Blue) = 57+89+74=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 89 - color contains mainly: green. Hex color #39594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39594A is #C6A6B5. Grayscale: #4D4D4D. Windows color (decimal): -13018806 or 4872505. OLE color: 4872505.

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

Color convert

RGB 57 89 74 -
CMYK 0.36 0 0.17 0.65
HSL 151.88º 0.22% 0.29% -
HSV(B) 151.88º 0.36% 0.35% -
XYZ 6.5 8.51 7.78 -
YUV 77.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 57 89 74 0.36 0 0.17 0.65 151.88 0.22 0.29
Hex 39 59 4A 24 0 11 41 98 16 1D
Octal 71 131 112 44 0 21 101 230 26 35
Binary 111001 1011001 1001010 100100 0 10001 1000001 10011000 10110 11101

Color Harmonies of #39594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39594A

Black with #39594A

Text Example


Text Example

White with #39594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39594A; }

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

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

background-color css

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

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

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

border-color css

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

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

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