Html Css Color HEX #3A694E Plantation

📋 copy color: '#3A694E'

red 58 ◦ green 105 ◦ blue 78

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

Shades of Plantation #3A694E

Tints of Plantation #3A694E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.57%

 BLUE value IS 78 (30.86% from 255) = 32.37%

R = 24.07%
G = 43.57%
B = 32.37%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#3A694E (or 0x3A694E) is known color: Plantation. HEX triplet: 3A, 69 and 4E. RGB value is (58,105,78). Sum of RGB (Red+Green+Blue) = 58+105+78=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 105 - color contains mainly: green. Hex color #3A694E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A694E is #C596B1. Grayscale: #575757. Windows color (decimal): -12949170 or 5138746. OLE color: 5138746.

HSL color Cylindrical-coordinate representation of color #3A694E: hue angle of 145.53º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A694E is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 58 105 78 -
CMYK 0.45 0 0.26 0.59
HSL 145.53º 0.29% 0.32% -
HSV(B) 145.53º 0.45% 0.41% -
XYZ 8.17 11.55 9.01 -
YUV 87.87 122.43 106.7 -
System Red Green Blue C M Y K H S L
Decimal 58 105 78 0.45 0 0.26 0.59 145.53 0.29 0.32
Hex 3A 69 4E 2D 0 1A 3B 92 1D 20
Octal 72 151 116 55 0 32 73 222 35 40
Binary 111010 1101001 1001110 101101 0 11010 111011 10010010 11101 100000

Color Harmonies of #3A694E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A694E

Black with #3A694E

Text Example


Text Example

White with #3A694E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,105,78); }

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

background-color css

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

 a { background-color: rgb(58,105,78); }

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

border-color css

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

 span { border-color: rgb(58,105,78); }

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