Html Css Color HEX #39584A Plantation

📋 copy color: '#39584A'

red 57 ◦ green 88 ◦ blue 74

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

Shades of Plantation #39584A

Tints of Plantation #39584A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.18%

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

R = 26.03%
G = 40.18%
B = 33.79%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#39584A (or 0x39584A) is known color: Plantation. HEX triplet: 39, 58 and 4A. RGB value is (57,88,74). Sum of RGB (Red+Green+Blue) = 57+88+74=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 88 - color contains mainly: green. Hex color #39584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39584A is #C6A7B5. Grayscale: #4D4D4D. Windows color (decimal): -13019062 or 4872249. OLE color: 4872249.

HSL color Cylindrical-coordinate representation of color #39584A: hue angle of 152.9º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #39584A is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 88 74 -
CMYK 0.35 0 0.16 0.65
HSL 152.9º 0.21% 0.28% -
HSV(B) 152.9º 0.35% 0.35% -
XYZ 6.41 8.34 7.75 -
YUV 77.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 57 88 74 0.35 0 0.16 0.65 152.9 0.21 0.28
Hex 39 58 4A 23 0 10 41 99 15 1C
Octal 71 130 112 43 0 20 101 231 25 34
Binary 111001 1011000 1001010 100011 0 10000 1000001 10011001 10101 11100

Color Harmonies of #39584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39584A

Black with #39584A

Text Example


Text Example

White with #39584A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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