Html Css Color HEX #3A594B Plantation

📋 copy color: '#3A594B'

red 58 ◦ green 89 ◦ blue 75

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

Shades of Plantation #3A594B

Tints of Plantation #3A594B

RGB

 RED value IS 58 (23.05% from 255) = 26.13%

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

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

R = 26.13%
G = 40.09%
B = 33.78%

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

#3A594B (or 0x3A594B) is known color: Plantation. HEX triplet: 3A, 59 and 4B. RGB value is (58,89,75). Sum of RGB (Red+Green+Blue) = 58+89+75=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 89 - color contains mainly: green. Hex color #3A594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A594B is #C5A6B4. Grayscale: #4E4E4E. Windows color (decimal): -12953269 or 4938042. OLE color: 4938042.

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

Color convert

RGB 58 89 75 -
CMYK 0.35 0 0.16 0.65
HSL 152.9º 0.21% 0.29% -
HSV(B) 152.9º 0.35% 0.35% -
XYZ 6.59 8.55 7.96 -
YUV 78.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 58 89 75 0.35 0 0.16 0.65 152.9 0.21 0.29
Hex 3A 59 4B 23 0 10 41 99 15 1D
Octal 72 131 113 43 0 20 101 231 25 35
Binary 111010 1011001 1001011 100011 0 10000 1000001 10011001 10101 11101

Color Harmonies of #3A594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A594B

Black with #3A594B

Text Example


Text Example

White with #3A594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A594B; }

 p { color: rgb(58,89,75); }

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

background-color css

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

 a { background-color: rgb(58,89,75); }

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

border-color css

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

 span { border-color: rgb(58,89,75); }

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