Html Css Color HEX #3A664F Plantation

📋 copy color: '#3A664F'

red 58 ◦ green 102 ◦ blue 79

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

Shades of Plantation #3A664F

Tints of Plantation #3A664F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 33.05%

R = 24.27%
G = 42.68%
B = 33.05%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.23

 K value IS 0.6

RGB Variations

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

Color information

#3A664F (or 0x3A664F) is known color: Plantation. HEX triplet: 3A, 66 and 4F. RGB value is (58,102,79). Sum of RGB (Red+Green+Blue) = 58+102+79=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 102 - color contains mainly: green. Hex color #3A664F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A664F is #C599B0. Grayscale: #565656. Windows color (decimal): -12949937 or 5203514. OLE color: 5203514.

HSL color Cylindrical-coordinate representation of color #3A664F: hue angle of 148.64º 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 #3A664F is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB 58 102 79 -
CMYK 0.43 0 0.23 0.6
HSL 148.64º 0.28% 0.31% -
HSV(B) 148.64º 0.43% 0.4% -
XYZ 7.91 10.97 9.1 -
YUV 86.22 123.92 107.87 -
System Red Green Blue C M Y K H S L
Decimal 58 102 79 0.43 0 0.23 0.6 148.64 0.28 0.31
Hex 3A 66 4F 2B 0 17 3C 95 1C 1F
Octal 72 146 117 53 0 27 74 225 34 37
Binary 111010 1100110 1001111 101011 0 10111 111100 10010101 11100 11111

Color Harmonies of #3A664F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A664F

Black with #3A664F

Text Example


Text Example

White with #3A664F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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