Html Css Color HEX #3A5A4C Plantation

📋 copy color: '#3A5A4C'

red 58 ◦ green 90 ◦ blue 76

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

Shades of Plantation #3A5A4C

Tints of Plantation #3A5A4C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.18%

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

R = 25.89%
G = 40.18%
B = 33.93%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#3A5A4C (or 0x3A5A4C) is known color: Plantation. HEX triplet: 3A, 5A and 4C. RGB value is (58,90,76). Sum of RGB (Red+Green+Blue) = 58+90+76=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 90 - color contains mainly: green. Hex color #3A5A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5A4C is #C5A5B3. Grayscale: #4E4E4E. Windows color (decimal): -12953012 or 5003834. OLE color: 5003834.

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

Color convert

RGB 58 90 76 -
CMYK 0.36 0 0.16 0.65
HSL 153.75º 0.22% 0.29% -
HSV(B) 153.75º 0.36% 0.35% -
XYZ 6.71 8.73 8.17 -
YUV 78.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 58 90 76 0.36 0 0.16 0.65 153.75 0.22 0.29
Hex 3A 5A 4C 24 0 10 41 9A 16 1D
Octal 72 132 114 44 0 20 101 232 26 35
Binary 111010 1011010 1001100 100100 0 10000 1000001 10011010 10110 11101

Color Harmonies of #3A5A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5A4C

Black with #3A5A4C

Text Example


Text Example

White with #3A5A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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