Html Css Color HEX #3A5C4D Plantation

📋 copy color: '#3A5C4D'

red 58 ◦ green 92 ◦ blue 77

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

Shades of Plantation #3A5C4D

Tints of Plantation #3A5C4D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.53%

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

R = 25.55%
G = 40.53%
B = 33.92%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.16

 K value IS 0.64

RGB Variations

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

Color information

#3A5C4D (or 0x3A5C4D) is known color: Plantation. HEX triplet: 3A, 5C and 4D. RGB value is (58,92,77). Sum of RGB (Red+Green+Blue) = 58+92+77=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 92 - color contains mainly: green. Hex color #3A5C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5C4D is #C5A3B2. Grayscale: #505050. Windows color (decimal): -12952499 or 5069882. OLE color: 5069882.

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

Color convert

RGB 58 92 77 -
CMYK 0.37 0 0.16 0.64
HSL 153.53º 0.23% 0.29% -
HSV(B) 153.53º 0.37% 0.36% -
XYZ 6.91 9.09 8.41 -
YUV 80.12 126.24 112.22 -
System Red Green Blue C M Y K H S L
Decimal 58 92 77 0.37 0 0.16 0.64 153.53 0.23 0.29
Hex 3A 5C 4D 25 0 10 40 9A 17 1D
Octal 72 134 115 45 0 20 100 232 27 35
Binary 111010 1011100 1001101 100101 0 10000 1000000 10011010 10111 11101

Color Harmonies of #3A5C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5C4D

Black with #3A5C4D

Text Example


Text Example

White with #3A5C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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