Html Css Color HEX #3E574B Plantation

📋 copy color: '#3E574B'

red 62 ◦ green 87 ◦ blue 75

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

Shades of Plantation #3E574B

Tints of Plantation #3E574B

RGB

 RED value IS 62 (24.61% from 255) = 27.68%

 GREEN value IS 87 (34.38% from 255) = 38.84%

 BLUE value IS 75 (29.69% from 255) = 33.48%

R = 27.68%
G = 38.84%
B = 33.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#3E574B (or 0x3E574B) is known color: Plantation. HEX triplet: 3E, 57 and 4B. RGB value is (62,87,75). Sum of RGB (Red+Green+Blue) = 62+87+75=224 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.68% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 87 - color contains mainly: green. Hex color #3E574B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E574B is #C1A8B4. Grayscale: #4E4E4E. Windows color (decimal): -12691637 or 4937534. OLE color: 4937534.

HSL color Cylindrical-coordinate representation of color #3E574B: hue angle of 151.2º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3E574B is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB 62 87 75 -
CMYK 0.29 0 0.14 0.66
HSL 151.2º 0.17% 0.29% -
HSV(B) 151.2º 0.29% 0.34% -
XYZ 6.66 8.35 7.92 -
YUV 78.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 62 87 75 0.29 0 0.14 0.66 151.2 0.17 0.29
Hex 3E 57 4B 1D 0 E 42 97 11 1D
Octal 76 127 113 35 0 16 102 227 21 35
Binary 111110 1010111 1001011 11101 0 1110 1000010 10010111 10001 11101

Color Harmonies of #3E574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E574B

Black with #3E574B

Text Example


Text Example

White with #3E574B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,87,75); }

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

background-color css

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

 a { background-color: rgb(62,87,75); }

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

border-color css

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

 span { border-color: rgb(62,87,75); }

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