Html Css Color HEX #3A664C Plantation

📋 copy color: '#3A664C'

red 58 ◦ green 102 ◦ blue 76

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

Shades of Plantation #3A664C

Tints of Plantation #3A664C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 32.2%

R = 24.58%
G = 43.22%
B = 32.2%

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

#3A664C (or 0x3A664C) is known color: Plantation. HEX triplet: 3A, 66 and 4C. RGB value is (58,102,76). Sum of RGB (Red+Green+Blue) = 58+102+76=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 102 - color contains mainly: green. Hex color #3A664C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A664C is #C599B3. Grayscale: #555555. Windows color (decimal): -12949940 or 5006906. OLE color: 5006906.

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

Color convert

RGB 58 102 76 -
CMYK 0.43 0 0.25 0.6
HSL 144.55º 0.28% 0.31% -
HSV(B) 144.55º 0.43% 0.4% -
XYZ 7.8 10.92 8.53 -
YUV 85.88 122.42 108.11 -
System Red Green Blue C M Y K H S L
Decimal 58 102 76 0.43 0 0.25 0.6 144.55 0.28 0.31
Hex 3A 66 4C 2B 0 19 3C 91 1C 1F
Octal 72 146 114 53 0 31 74 221 34 37
Binary 111010 1100110 1001100 101011 0 11001 111100 10010001 11100 11111

Color Harmonies of #3A664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A664C

Black with #3A664C

Text Example


Text Example

White with #3A664C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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