Html Css Color HEX #3A5E4D Plantation

📋 copy color: '#3A5E4D'

red 58 ◦ green 94 ◦ blue 77

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

Shades of Plantation #3A5E4D

Tints of Plantation #3A5E4D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 41.05%

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

R = 25.33%
G = 41.05%
B = 33.62%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.63

RGB Variations

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

Color information

#3A5E4D (or 0x3A5E4D) is known color: Plantation. HEX triplet: 3A, 5E and 4D. RGB value is (58,94,77). Sum of RGB (Red+Green+Blue) = 58+94+77=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 94 - color contains mainly: green. Hex color #3A5E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5E4D is #C5A1B2. Grayscale: #515151. Windows color (decimal): -12951987 or 5070394. OLE color: 5070394.

HSL color Cylindrical-coordinate representation of color #3A5E4D: hue angle of 151.67º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A5E4D is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB 58 94 77 -
CMYK 0.38 0 0.18 0.63
HSL 151.67º 0.24% 0.3% -
HSV(B) 151.67º 0.38% 0.37% -
XYZ 7.09 9.44 8.47 -
YUV 81.3 125.57 111.38 -
System Red Green Blue C M Y K H S L
Decimal 58 94 77 0.38 0 0.18 0.63 151.67 0.24 0.3
Hex 3A 5E 4D 26 0 12 3F 98 18 1E
Octal 72 136 115 46 0 22 77 230 30 36
Binary 111010 1011110 1001101 100110 0 10010 111111 10011000 11000 11110

Color Harmonies of #3A5E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5E4D

Black with #3A5E4D

Text Example


Text Example

White with #3A5E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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