Html Css Color HEX #3A664D Plantation

📋 copy color: '#3A664D'

red 58 ◦ green 102 ◦ blue 77

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

Shades of Plantation #3A664D

Tints of Plantation #3A664D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.04%

 BLUE value IS 77 (30.47% from 255) = 32.49%

R = 24.47%
G = 43.04%
B = 32.49%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#3A664D (or 0x3A664D) is known color: Plantation. HEX triplet: 3A, 66 and 4D. RGB value is (58,102,77). Sum of RGB (Red+Green+Blue) = 58+102+77=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 102 - color contains mainly: green. Hex color #3A664D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A664D is #C599B2. Grayscale: #565656. Windows color (decimal): -12949939 or 5072442. OLE color: 5072442.

HSL color Cylindrical-coordinate representation of color #3A664D: hue angle of 145.91º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A664D is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 58 102 77 -
CMYK 0.43 0 0.25 0.6
HSL 145.91º 0.28% 0.31% -
HSV(B) 145.91º 0.43% 0.4% -
XYZ 7.84 10.94 8.72 -
YUV 85.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 58 102 77 0.43 0 0.25 0.6 145.91 0.28 0.31
Hex 3A 66 4D 2B 0 19 3C 92 1C 1F
Octal 72 146 115 53 0 31 74 222 34 37
Binary 111010 1100110 1001101 101011 0 11001 111100 10010010 11100 11111

Color Harmonies of #3A664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A664D

Black with #3A664D

Text Example


Text Example

White with #3A664D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,102,77); }

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

background-color css

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

 a { background-color: rgb(58,102,77); }

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

border-color css

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

 span { border-color: rgb(58,102,77); }

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